From 0035d6b2ba629f604579f975b00845956cbaf7bc Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Wed, 31 Jan 2018 20:25:22 -0500 Subject: [PATCH] oops --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 698427bf4..c4b45a2eb 100644 --- a/README.rst +++ b/README.rst @@ -116,7 +116,7 @@ All instances have a ``public_key`` of type ``coincurve.PublicKey`` - **custom_nonce** - A tuple of arity 2 in the form of ``(nonce_fn, nonce_data)``. Refer to: `secp256k1.h `_ -* Returns: ``bytes``. 71 <= len(signature) <= 72 +* Returns: ``bytes``. 68 <= len(signature) <= 71 ``sign_recoverable(message, hasher=sha256)``