csecp256k1

Haskell FFI bindings to bitcoin-core/secp256k1.
git clone git://git.ppad.tech/csecp256k1.git
Log | Files | Refs | README | LICENSE

commit eb809ced2e2a241716134e5501efb2aa4f1a0462
parent 2d5337e12b6eb00c2c0c400f306383cb4a02d215
Author: Jared Tobin <jared@jtobin.io>
Date:   Wed, 13 Mar 2024 16:21:04 +0400

meta: add benchmark note to readme

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

diff --git a/README.md b/README.md @@ -39,6 +39,12 @@ to get one for the internal test suite. You can run all tests via: $ cabal test ``` +and the benchmarks via: + +``` +$ cabal bench +``` + ## Security These bindings aim at the maximum security achievable in a