#signature #ecdsa-signature #ecdsa #dsa #elliptic-curve

no-std rfc6979

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

12 releases

0.5.0-pre.3 Feb 2, 2024
0.4.0 Feb 28, 2023
0.3.1 Nov 3, 2022
0.3.0 Jun 27, 2022
0.0.0 Feb 9, 2021

#1867 in Cryptography

Download history 161490/week @ 2023-12-23 258655/week @ 2023-12-30 344904/week @ 2024-01-06 359431/week @ 2024-01-13 393417/week @ 2024-01-20 409838/week @ 2024-01-27 366397/week @ 2024-02-03 379303/week @ 2024-02-10 375186/week @ 2024-02-17 400531/week @ 2024-02-24 416486/week @ 2024-03-02 425210/week @ 2024-03-09 424211/week @ 2024-03-16 408906/week @ 2024-03-23 440621/week @ 2024-03-30 353864/week @ 2024-04-06

1,695,875 downloads per month
Used in 1,137 crates (7 directly)

Apache-2.0 OR MIT

15KB
214 lines

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

~395KB