Expand description
§ECDSAFun!
Generate and verify secp256k1 ECDSA signatures. Built on secp256kfun.
§Use
[dependencies]
ecdsa_fun = "0.10"
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
Re-exports§
pub use secp256kfun as fun;
Modules§
- adaptor
adaptor
Algorithms for ECDSA “adaptor signature” signature encryption. - Nonce Genration utilities
Structs§
- An instance of the ECDSA signature scheme.
- An ECDSA signature