diff options
author | René Korthaus <[email protected]> | 2016-10-16 13:02:26 +0200 |
---|---|---|
committer | René Korthaus <[email protected]> | 2016-10-19 09:13:20 +0200 |
commit | fd741ac1ef348cc3f843fbf22aca698f86e87dbf (patch) | |
tree | 37325eaf6136aea916c89d8fae9ba0e646d12bc9 /src/lib/misc/srp6/srp6_files.h | |
parent | c64248f9f61da376ae0effd12a94118f79c84356 (diff) |
Improve misc doxygen [ci skip]
Diffstat (limited to 'src/lib/misc/srp6/srp6_files.h')
-rw-r--r-- | src/lib/misc/srp6/srp6_files.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/misc/srp6/srp6_files.h b/src/lib/misc/srp6/srp6_files.h index db128727e..8c899aad6 100644 --- a/src/lib/misc/srp6/srp6_files.h +++ b/src/lib/misc/srp6/srp6_files.h @@ -27,6 +27,14 @@ class BOTAN_DLL SRP6_Authenticator_File */ explicit SRP6_Authenticator_File(std::istream& input); + /** + * Looks up a user in the authenticator file. + * @param username user to look up + * @param v set to the host's password verifier + * @param salt set to the user's salt value + * @param group_id set to the user's group value + * @return whether a user exists in the authenticator file + */ bool lookup_user(const std::string& username, BigInt& v, std::vector<byte>& salt, |