diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-29 11:50:45 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-29 11:50:45 -0600 |
commit | 1d65a2fb2e559852e6e40b7230ca68094cb88571 (patch) | |
tree | 1609fe5a006e54bc0e8ddb3244e19ddda3f7e279 /docs/hazmat/primitives | |
parent | e51a2db0def7b8f01b5a7ce96f35eb07b4d14599 (diff) | |
download | cryptography-1d65a2fb2e559852e6e40b7230ca68094cb88571.tar.gz cryptography-1d65a2fb2e559852e6e40b7230ca68094cb88571.tar.bz2 cryptography-1d65a2fb2e559852e6e40b7230ca68094cb88571.zip |
fix spacing, remove versionadded since HashAlgorithm was in 0.1
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index f31e9f4a..cf7d5bfe 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst @@ -209,8 +209,6 @@ Hash Algorithms .. class:: HashAlgorithm - .. versionadded:: 0.2 - .. attribute:: name :type: str @@ -231,7 +229,6 @@ Hash Algorithms The internal block size of the hash algorithm in bytes. - Key Derivation Functions ~~~~~~~~~~~~~~~~~~~~~~~~ |