| Crates.io | ecdsa_fun |
| lib.rs | ecdsa_fun |
| version | 0.11.0 |
| created_at | 2020-07-29 08:35:22.661973+00 |
| updated_at | 2025-02-06 04:47:11.204967+00 |
| description | Bitcoin compatible ECDSA signatures based on secp256kfun |
| homepage | https://github.com/LLFourn/secp256kfun/tree/master/ecdsa_fun |
| repository | https://github.com/LLFourn/secp256kfun |
| max_upload_size | |
| id | 270865 |
| size | 77,054 |
Generate and verify secp256k1 ECDSA signatures. Built on secp256kfun.
[dependencies]
ecdsa_fun = "0.11"
sha2 = "0.10" # You need a hash function for nonce derivation
This library and secp256kfun is experimental.
libsecp_compat to enable From implementations between rust-secp256k1 types.proptest to enable secp256kfun's proptest feature.adaptor to spec compliant ECDSA adaptor signatures.serde to enable hex and binary serde serialization of data types.bincode: for bincode v2 Encode/Decode implementations