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 | |
parent | ef2c04db178d0610352a27219e7b61b5169b826b (diff) |
Doc and 32-bit build fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/contents.rst | 1 | ||||
-rw-r--r-- | doc/manual/otp.rst | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/contents.rst b/doc/manual/contents.rst index 20bd855a0..23fa218b2 100644 --- a/doc/manual/contents.rst +++ b/doc/manual/contents.rst @@ -30,6 +30,7 @@ Contents compression pkcs11 tpm + otp ffi python cli 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), |