diff options
author | Stephen.Y <stepheny@users.noreply.github.com> | 2019-05-11 05:08:06 +0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2019-05-10 17:08:06 -0400 |
commit | 857d401f3c5d158e5c53ec891d73849bf114c89b (patch) | |
tree | 30c51ecf223fa148a33dafcc524efa5577f1857b | |
parent | ea4d1ee3fa6c052aa0ef4af9b2be6d6aabdd852b (diff) | |
download | cryptography-857d401f3c5d158e5c53ec891d73849bf114c89b.tar.gz cryptography-857d401f3c5d158e5c53ec891d73849bf114c89b.tar.bz2 cryptography-857d401f3c5d158e5c53ec891d73849bf114c89b.zip |
Fix typo in docs hazmat Ed448 (#4886)
-rw-r--r-- | docs/hazmat/primitives/asymmetric/ed448.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/ed448.rst b/docs/hazmat/primitives/asymmetric/ed448.rst index a4f37e5d..fb79dcb6 100644 --- a/docs/hazmat/primitives/asymmetric/ed448.rst +++ b/docs/hazmat/primitives/asymmetric/ed448.rst @@ -49,7 +49,7 @@ Key interfaces :param bytes data: The data to sign. - :returns bytes: The 64 byte signature. + :returns bytes: The 114 byte signature. .. method:: private_bytes(encoding, format, encryption_algorithm) |