diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-05-02 21:57:59 +0100 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-05-02 22:08:05 +0100 |
commit | 19e97bd119a417d61c6b844d6e38734d457c779b (patch) | |
tree | be0fd2c04d1a700756da6612ff9b71499364c0ea /docs/hazmat/primitives/symmetric-encryption.rst | |
parent | 421e30d557c0b215d9a5a815af64326ccba4bfda (diff) | |
download | cryptography-19e97bd119a417d61c6b844d6e38734d457c779b.tar.gz cryptography-19e97bd119a417d61c6b844d6e38734d457c779b.tar.bz2 cryptography-19e97bd119a417d61c6b844d6e38734d457c779b.zip |
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 |