signature 0.2.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.

The long-term goal is to use this crate in conjunction with the ecdsa and ed25519, however those crates are a work-in-progress.

Documentation

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.