should be 128 bits (16 bytes), not 148 bits (16 bytes)

Change-Id: Icfbd6f6c6d53d3948ef8f88e71a2ee5966dd5bec
This commit is contained in:
Joseph 2016-04-09 14:08:50 +08:00
parent 2995748b63
commit cd3ef897cd

View File

@ -32,7 +32,7 @@ Keystone and a TOTP device (i.e. `Google Authenticator`_).
.. _Google Authenticator: http://www.google.com/2step
TOTP uses a base32 encoded string for the secret. The secret must be at least
148 bits (16 bytes). The following python code can be used to generate a TOTP
128 bits (16 bytes). The following python code can be used to generate a TOTP
secret:
.. code-block:: python