diff options
author | lvh <_@lvh.io> | 2015-10-22 14:08:31 -0500 |
---|---|---|
committer | lvh <_@lvh.io> | 2015-10-22 14:08:31 -0500 |
commit | b340767e87417620b382bb38e32355ee0028a988 (patch) | |
tree | 06a425bb485ff211794c0960b2dc46af77aa54f5 /docs/hazmat/primitives/index.rst | |
parent | 2d79836e9dbafd217f2febb61b964157600dc9f5 (diff) | |
parent | 68bab79cda9ce48d85e2611e9ada9d5f7f44321c (diff) | |
download | cryptography-b340767e87417620b382bb38e32355ee0028a988.tar.gz cryptography-b340767e87417620b382bb38e32355ee0028a988.tar.bz2 cryptography-b340767e87417620b382bb38e32355ee0028a988.zip |
Merge pull request #1970 from reaperhulk/aes-keywrap-python
AES keywrap support
Diffstat (limited to 'docs/hazmat/primitives/index.rst')
-rw-r--r-- | docs/hazmat/primitives/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/index.rst b/docs/hazmat/primitives/index.rst index a9ab38a0..cf27622a 100644 --- a/docs/hazmat/primitives/index.rst +++ b/docs/hazmat/primitives/index.rst @@ -11,6 +11,7 @@ Primitives symmetric-encryption padding key-derivation-functions + keywrap asymmetric/index constant-time interfaces |