secp256k1

Pure Haskell Schnorr, ECDSA on the elliptic curve secp256k1 (docs.ppad.tech/secp256k1).
git clone git://git.ppad.tech/secp256k1.git
Log | Files | Refs | README | LICENSE

commit 07eb2773601148565e9301d7892f6ecf02467672
parent 5f07688b2ba77ff3effd530cfd9cb1dd84c05f18
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 20 Dec 2025 14:47:13 -0330

meta: README tweak

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -171,8 +171,8 @@ differential attributable to benchmarking noise: std dev 584.2 ns (496.4 ns .. 689.3 ns) ``` -Though we target firm guarantees of constant-time execution, take -reasonable security precautions as appropriate. You shouldn't deploy the +Though we rigorously target constant-time execution, take reasonable +security precautions as appropriate. You shouldn't deploy the implementations within in any situation where they could easily be used as an oracle to construct a [timing attack][timea], and you shouldn't give sophisticated malicious actors [access to your computer][flurl].