From 94c73592a8433b4b9567f0c57c9bedadc0e927f7 Mon Sep 17 00:00:00 2001 From: Ayrx Date: Fri, 21 Feb 2014 10:59:05 +0800 Subject: Added "version added" to docs --- docs/hazmat/primitives/twofactor.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/hazmat/primitives/twofactor.rst') diff --git a/docs/hazmat/primitives/twofactor.rst b/docs/hazmat/primitives/twofactor.rst index 2b811e1e..9d661612 100644 --- a/docs/hazmat/primitives/twofactor.rst +++ b/docs/hazmat/primitives/twofactor.rst @@ -15,6 +15,8 @@ codes (HMAC). .. class:: HOTP(key, length, backend) + .. versionadded:: 0.3 + HOTP objects take a ``key`` and ``length`` parameter. The ``key`` should be randomly generated bytes and is recommended to be 160 bits in length. The ``length`` parameter controls the length of the generated -- cgit v1.2.3