diff options
author | Jack Lloyd <[email protected]> | 2017-05-22 12:43:10 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-05-22 12:43:10 -0400 |
commit | 9761cd53a695c17ad444ada6f0a00fb9ad5a1256 (patch) | |
tree | 2c37f9057c38bae0ad8cad8f8c4189a56ef97745 /doc/manual/otp.rst | |
parent | ef2c04db178d0610352a27219e7b61b5169b826b (diff) |
Doc and 32-bit build fixes
Diffstat (limited to 'doc/manual/otp.rst')
-rw-r--r-- | doc/manual/otp.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/otp.rst b/doc/manual/otp.rst index 1be117478..5c49c4533 100644 --- a/doc/manual/otp.rst +++ b/doc/manual/otp.rst @@ -29,6 +29,9 @@ client, so it should be treated with the same security consideration as would be given to any other symmetric key or plaintext password. .. cpp:class:: HOTP + + Implement counter-based OTP + .. cpp:function:: HOTP(const SymmetricKey& key, const std::string& hash_algo = "SHA-1", size_t digits = 6) Initialize an HOTP instance with a secret key (specific to each client), |