From 857d401f3c5d158e5c53ec891d73849bf114c89b Mon Sep 17 00:00:00 2001 From: "Stephen.Y" Date: Sat, 11 May 2019 05:08:06 +0800 Subject: Fix typo in docs hazmat Ed448 (#4886) --- docs/hazmat/primitives/asymmetric/ed448.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/hazmat/primitives/asymmetric') 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) -- cgit v1.2.3