17 releases
Uses new Rust 2021
new 0.7.1 | May 6, 2022 |
---|---|
0.7.0 | Jan 14, 2022 |
0.7.0-pre.0 | Nov 12, 2021 |
0.6.1 | Apr 21, 2021 |
0.1.0 | Jul 29, 2020 |
#978 in Magic Beans
938 downloads per month
Used in farcaster_core
230KB
4.5K
SLoC
ECDSAFun!

Generate and verify secp256k1 ECDSA signatures. Built on secp256kfun.
Use
[dependencies]
ecdsa_fun = "0.7"
sha2 = "0.9" # You need a hash function for nonce derivation
Should use?
This library and secp256kfun is experimental.
Feature flags
libsecp_compat
to enableFrom
implementations between rust-secp256k1 types.proptest
to enable secp256kfun's proptest feature.adaptor
to spec compliant ECDSA adaptor signatures.serde
to enable hex and binaryserde
serialization of data types.
Dependencies
~0.6–1.8MB
~30K SLoC