From b96b655a82cd5b79188438de98f3c05792f2b6c3 Mon Sep 17 00:00:00 2001 From: Mykyta Redko Date: Tue, 24 Mar 2026 09:06:33 +0200 Subject: [PATCH] include: fix a minor grammar mistake in the rangeproof description --- include/secp256k1_rangeproof.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/secp256k1_rangeproof.h b/include/secp256k1_rangeproof.h index 8816bdcf..0224972f 100644 --- a/include/secp256k1_rangeproof.h +++ b/include/secp256k1_rangeproof.h @@ -23,7 +23,7 @@ extern "C" { * an unmodified way. * * Another difference is that the implementation omits the last ring's commitment - * from the proof and recovered by the verifier by subtracting all other digit + * from the proof, which is recovered by the verifier by subtracting all other digit * commitments from the total, reducing proof size by one group element. * * Furthermore, in the implementation every hash calculation includes a message