21 unstable releases
0.11.0 | Feb 6, 2025 |
---|---|
0.10.0 | Feb 19, 2024 |
0.9.0 | May 8, 2023 |
0.8.1 | Dec 16, 2022 |
0.1.0 | Jul 29, 2020 |
#29 in #secp256k1
471 downloads per month
Used in farcaster_core
395KB
7.5K
SLoC
ECDSAFun!

Generate and verify secp256k1 ECDSA signatures. Built on secp256kfun.
Use
[dependencies]
ecdsa_fun = "0.11"
sha2 = "0.10" # 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.bincode
: forbincode
v2Encode
/Decode
implementations
Dependencies
~0.6–2.3MB
~40K SLoC