From cfe5cbfd43b5c3e18737fc2707d351919ddf4aa2 Mon Sep 17 00:00:00 2001 From: Benedict Date: Tue, 13 Dec 2016 20:15:14 +0100 Subject: set5: task39: completed --- lib/lib5.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/lib5.h') 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 -- cgit v1.2.3-70-g09d2