[−][src]Crate ecdsa_fun
ECDSAFun!
Generate and verify ECDSA signatures on secp256k1. Uses secp256kfun.
Use
[dependencies]
ecdsa_fun = "0.2"
sha2 = "0.9" # You need a hash function for nonce derivation
Should use?
This library and secp256kfun is experimental. Not well reviewed or tested.
Extra Features
- From implementation for converting to rust-secp256k1 types (
libsecp_compat) - ECDSA Adaptor signatures
- Hex and binary
serdeserlialization for all types (serlializationorserialize_hex)
Re-exports
pub use secp256kfun as fun; |
Modules
| adaptor | Algorithms for ECDSA "adaptor signature" signature encryption. |
| nonce | Nonce Genration utilities |
Structs
| ECDSA | An instance of the ECDSA signature scheme. |
| Signature | An ECDSA signature |