signature 0.3.0

Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)
Documentation

signature crate

crate Docs Apache2/MIT licensed Rust Version Build Status

This crate contains traits which provide generic, object-safe APIs for generating and verifying digital signatures.

It's presently useful in conjunction with the ed25519 crate. Support is also planned for the ecdsa and rsa crates.

Documentation

Requirements

  • Rust 1.36+

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.