56 releases
0.27.1 | Aug 15, 2023 |
---|---|
0.27.0 | Apr 5, 2023 |
0.26.0 | Aug 19, 2022 |
0.25.0 | May 18, 2022 |
0.3.2 | Mar 31, 2018 |
#2106 in Cryptography
173,828 downloads per month
Used in 139 crates
(4 directly)
130KB
964 lines
Pure Rust digital signature library with support for elliptic curve digital signature algorithms, namely ECDSA (FIPS 186‑4) and Ed25519 (RFC 8032).
About
This crate provides a thread-and-object-safe API for both creating and verifying elliptic curve digital signatures, using either software-based or hardware-based providers.
The following algorithms are supported:
- ECDSA: Elliptic Curve Digital Signature Algorithm (FIPS 186‑4)
- Ed25519: Edwards Digital Signature Algorithm (EdDSA) instantiated using the twisted Edwards form of Curve25519 (RFC 8032).
Minimum Supported Rust Version
Rust 1.65 or newer.
In the future, we reserve the right to change MSRV (i.e. MSRV is out-of-scope for this crate's SemVer guarantees), however when we do it will be accompanied by a minor version bump.
License
Signatory is distributed under your choice of the terms of the MIT license and/or the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~0.9–2.5MB
~50K SLoC