#signature #dsa #earthbucks-ecdsa

no-std earthbucks_rfc6979

Pure Rust implementation of RFC6979: Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)

4 releases

new 0.8.2 Oct 15, 2024
0.8.1 Oct 15, 2024
0.8.0 Oct 15, 2024
0.5.0-pre.4 Oct 15, 2024

#632 in Cryptography

Download history 173/week @ 2024-10-10

173 downloads per month
Used in 4 crates (via earthbucks_ecdsa)

Apache-2.0 OR MIT

16KB
215 lines

earthbucks_rfc6979

This is a fork of the RustCrypto project designed to use blake3 for deterministic k and remove all unused dependencies for the EarthBucks project.

RustCrypto: RFC6979 Deterministic Signatures

crate Docs Build Status Apache2/MIT licensed MSRV Project Chat

Pure Rust implementation of RFC6979: Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA).

Algorithm described in RFC 6979 § 3.2: https://tools.ietf.org/html/rfc6979#section-3

Documentation

Minimum Supported Rust Version

This crate requires Rust 1.72 at a minimum.

We may change the MSRV in the future, but it will be accompanied by a minor version bump.

License

All crates licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~415KB