diff options
Diffstat (limited to 'docs')
-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) |