summaryrefslogtreecommitdiff
path: root/lib/lib5.h
diff options
context:
space:
mode:
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