diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2013-12-21 16:29:45 +0000 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2013-12-22 10:48:01 +0000 |
commit | 35cb3659bcf97eea22ce1ad14b7fc3d0913d2be2 (patch) | |
tree | 925805d60b56e0be6da8777de550c73c25f97d65 /docs/hazmat/primitives | |
parent | 9b9318d79ba5927603b120411d13b607938cae56 (diff) | |
download | cryptography-35cb3659bcf97eea22ce1ad14b7fc3d0913d2be2.tar.gz cryptography-35cb3659bcf97eea22ce1ad14b7fc3d0913d2be2.tar.bz2 cryptography-35cb3659bcf97eea22ce1ad14b7fc3d0913d2be2.zip |
UnsupportedAlgorithm error messages for Ciphers
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r-- | docs/hazmat/primitives/symmetric-encryption.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst index f4d0457a..dfadd895 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -61,7 +61,7 @@ an "encrypt-then-MAC" formulation as `described by Colin Percival`_. provider. If the backend doesn't support the requested combination of ``cipher`` - and ``mode`` an :class:`cryptography.exceptions.UnsupportedAlgorithm` + and ``mode`` an :class:`~cryptography.exceptions.UnsupportedAlgorithm` will be raised. .. method:: decryptor() |