diff options
| author | Benedict <benedict@0xb8000.de> | 2016-12-13 20:15:14 +0100 |
|---|---|---|
| committer | Benedict <benedict@0xb8000.de> | 2017-02-21 13:00:26 +0100 |
| commit | cfe5cbfd43b5c3e18737fc2707d351919ddf4aa2 (patch) | |
| tree | eee1488688f09d1ee5d7bc39f27375c359c33686 /lib/lib5.h | |
| parent | 6619623d75b8ace7f70f64dc683c5e9193aa6aea (diff) | |
set5: task39: completed
Diffstat (limited to 'lib/lib5.h')
| -rw-r--r-- | lib/lib5.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -117,4 +117,9 @@ void srp_client_prepare_k(struct srp_context *srpc, char *password); void srp_server_prepare_k(struct srp_context *srpc); void srp_context_init(struct srp_context *s); void srp_client_s_0_prepare_k(struct srp_context *srpc); +void ssrp_compute_uH(struct srp_context *srpc); +void ssrp_server_send1(struct srp_context *srpc); +void ssrp_client_prepare_k(struct srp_context *srpc, char *password); +void srp_server_prepare_k(struct srp_context *srpc); +void ssrp_dictionary_attack(struct srp_context *srpc); #endif |
