aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorStephen.Y <stepheny@users.noreply.github.com>2019-05-11 05:08:06 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2019-05-10 17:08:06 -0400
commit857d401f3c5d158e5c53ec891d73849bf114c89b (patch)
tree30c51ecf223fa148a33dafcc524efa5577f1857b /docs/hazmat
parentea4d1ee3fa6c052aa0ef4af9b2be6d6aabdd852b (diff)
downloadcryptography-857d401f3c5d158e5c53ec891d73849bf114c89b.tar.gz
cryptography-857d401f3c5d158e5c53ec891d73849bf114c89b.tar.bz2
cryptography-857d401f3c5d158e5c53ec891d73849bf114c89b.zip
Fix typo in docs hazmat Ed448 (#4886)
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/primitives/asymmetric/ed448.rst2
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)