From 0dffe4ce78737a8d2d2861621705728c2b08c279 Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 9 Jul 2012 19:45:46 +0000 Subject: More Doxygen warning fixes --- src/constructs/srp6/srp6.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/constructs/srp6') diff --git a/src/constructs/srp6/srp6.h b/src/constructs/srp6/srp6.h index d67ce361a..6f3960be1 100644 --- a/src/constructs/srp6/srp6.h +++ b/src/constructs/srp6/srp6.h @@ -69,12 +69,21 @@ class BOTAN_DLL SRP6_Server_Session /** * Server side step 1 * @param v the verification value saved from client registration + * @param group_id the SRP group id + * @param hash_id the SRP hash in use + * @param rng a random number generator + * @return SRP-6 B value */ BigInt step1(const BigInt& v, const std::string& group_id, const std::string& hash_id, RandomNumberGenerator& rng); + /** + * Server side step 2 + * @param A the client's value + * @return shared symmetric key + */ SymmetricKey step2(const BigInt& A); private: -- cgit v1.2.3