aboutsummaryrefslogtreecommitdiffstats
path: root/docs/fernet.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/fernet.rst')
-rw-r--r--docs/fernet.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fernet.rst b/docs/fernet.rst
index d44e737b..33488891 100644
--- a/docs/fernet.rst
+++ b/docs/fernet.rst
@@ -6,7 +6,7 @@ Fernet
.. testsetup::
import binascii
- key = binascii.unhexlify(b"0" * 32)
+ key = binascii.unhexlify(b"0" * 64)
`Fernet`_ is an implementation of symmetric (also known as "secret key")