summaryrefslogtreecommitdiff
path: root/lib/lib5.h
diff options
context:
space:
mode:
authorBenedict <benedict@0xb8000.de>2016-12-13 20:15:14 +0100
committerBenedict <benedict@0xb8000.de>2017-02-21 13:00:26 +0100
commitcfe5cbfd43b5c3e18737fc2707d351919ddf4aa2 (patch)
treeeee1488688f09d1ee5d7bc39f27375c359c33686 /lib/lib5.h
parent6619623d75b8ace7f70f64dc683c5e9193aa6aea (diff)
set5: task39: completed
Diffstat (limited to 'lib/lib5.h')
-rw-r--r--lib/lib5.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/lib5.h b/lib/lib5.h
index bf71802..0c2571f 100644
--- a/lib/lib5.h
+++ b/lib/lib5.h
@@ -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