diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-18 10:23:13 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-18 10:23:13 -0700 |
| commit | 9d64c02c142ed69750f8d04f3dd5849c593e8928 (patch) | |
| tree | e0c2671f4af2d5acacb28c99506ae31d43d98078 /docs/hazmat/primitives/asymmetric | |
| parent | 38c42635490d24d7ee88041b52002156c6f5a676 (diff) | |
| parent | c5fffd3b33ace832697e2086411dc4e4f1ab03d0 (diff) | |
| download | cryptography-9d64c02c142ed69750f8d04f3dd5849c593e8928.tar.gz cryptography-9d64c02c142ed69750f8d04f3dd5849c593e8928.tar.bz2 cryptography-9d64c02c142ed69750f8d04f3dd5849c593e8928.zip | |
Merge pull request #827 from public/title-case
Standardise on sentence case for titles
Diffstat (limited to 'docs/hazmat/primitives/asymmetric')
| -rw-r--r-- | docs/hazmat/primitives/asymmetric/index.rst | 2 | ||||
| -rw-r--r-- | docs/hazmat/primitives/asymmetric/padding.rst | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/asymmetric/index.rst b/docs/hazmat/primitives/asymmetric/index.rst index 10319fad..7ec1c5f2 100644 --- a/docs/hazmat/primitives/asymmetric/index.rst +++ b/docs/hazmat/primitives/asymmetric/index.rst @@ -1,6 +1,6 @@ .. hazmat:: -Asymmetric Algorithms +Asymmetric algorithms ===================== .. toctree:: diff --git a/docs/hazmat/primitives/asymmetric/padding.rst b/docs/hazmat/primitives/asymmetric/padding.rst index ab676b02..2a5de3c7 100644 --- a/docs/hazmat/primitives/asymmetric/padding.rst +++ b/docs/hazmat/primitives/asymmetric/padding.rst @@ -28,8 +28,7 @@ Padding PKCS1 v1.5 (also known as simply PKCS1) is a simple padding scheme developed for use with RSA keys. It is defined in :rfc:`3447`. - -Mask Generation Functions +Mask generation functions ~~~~~~~~~~~~~~~~~~~~~~~~~ .. class:: MGF1(algorithm, salt_length) |
