ecdsa_fun

Crates.ioecdsa_fun
lib.rsecdsa_fun
version0.10.0
sourcesrc
created_at2020-07-29 08:35:22.661973
updated_at2024-02-19 03:06:06.524788
descriptionBitcoin compatible ECDSA signatures based on secp256kfun
homepagehttps://github.com/LLFourn/secp256kfun/tree/master/ecdsa_fun
repositoryhttps://github.com/LLFourn/secp256kfun
max_upload_size
id270865
size48,360
Lloyd Fournier (LLFourn)

documentation

https://docs.rs/ecdsa_fun

README

ECDSAFun! crates_badge docs_badge

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 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
Commit count: 547

cargo fmt