Crates.io | signatory |
lib.rs | signatory |
version | 0.27.1 |
source | src |
created_at | 2018-01-23 01:06:38.697928 |
updated_at | 2023-08-15 02:24:08.562615 |
description | Multi-provider elliptic curve digital signature library with ECDSA and Ed25519 support |
homepage | https://github.com/iqlusioninc/crates |
repository | https://github.com/iqlusioninc/crates/tree/main/signatory |
max_upload_size | |
id | 47868 |
size | 273,032 |
Pure Rust digital signature library with support for elliptic curve digital signature algorithms, namely ECDSA (FIPS 186‑4) and Ed25519 (RFC 8032).
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:
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.
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.
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.