diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-02 14:47:29 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-02 14:47:29 -0700 |
commit | 7029a4f409094fd59ea53508368e2dfb026a90b9 (patch) | |
tree | ae92dde1f4022206a4eb43df35603a0c9ccc6385 /docs/hazmat/primitives/symmetric-encryption.rst | |
parent | 06e5bde2815520d16b185578036980f91d9bc2b4 (diff) | |
parent | 19e97bd119a417d61c6b844d6e38734d457c779b (diff) | |
download | cryptography-7029a4f409094fd59ea53508368e2dfb026a90b9.tar.gz cryptography-7029a4f409094fd59ea53508368e2dfb026a90b9.tar.bz2 cryptography-7029a4f409094fd59ea53508368e2dfb026a90b9.zip |
Merge pull request #1002 from public/doc-tweaks-4
Fix some typos in the docs
Diffstat (limited to 'docs/hazmat/primitives/symmetric-encryption.rst')
-rw-r--r-- | docs/hazmat/primitives/symmetric-encryption.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst index c98b3814..78bf6637 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -134,8 +134,8 @@ Algorithms .. versionadded:: 0.4 - SEED is a block cipher developed by the Korea Information Security Agency ( - KISA). It is defined in :rfc:`4269` and is used broadly throughout South + SEED is a block cipher developed by the Korea Information Security Agency + (KISA). It is defined in :rfc:`4269` and is used broadly throughout South Korean industry, but rarely found elsewhere. :param bytes key: The secret key. This must be kept secret. ``128`` bits in |