bitcoinjs / tiny-secp256k1

A tiny secp256k1 native/JS wrapper
MIT License
92 stars 55 forks source link

chore: add recover() extras #72

Closed motorina0 closed 2 years ago

motorina0 commented 2 years ago

This is a follow-up on: PR https://github.com/bitcoinjs/tiny-secp256k1/pull/69. This PR does not change any functionality.

Benchmark

====================================================================================================
Benchmarking function: privateNegate
----------------------------------------------------------------------------------------------------
tiny-secp256k1 (WASM): 0.26 us/op (3795173.00 op/s), ±10.94 %

Sign Recoverable UI

image

Private Negate UI

image