diff options
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 |
