diff options
-rw-r--r-- | docs/hazmat/primitives/asymmetric/utils.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/asymmetric/utils.rst b/docs/hazmat/primitives/asymmetric/utils.rst index e16c76f1..f794643c 100644 --- a/docs/hazmat/primitives/asymmetric/utils.rst +++ b/docs/hazmat/primitives/asymmetric/utils.rst @@ -15,8 +15,7 @@ Asymmetric Utilities :returns: The decoded tuple ``(r, s)``. - :raises ValueError: Raised if the signature is malformed in any way. This - **does not** ensure that the signature is *valid*. + :raises ValueError: Raised if the signature is malformed in any way. .. function:: encode_rfc6979_signature(r, s) |