Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 4.49 KB

README.md

File metadata and controls

61 lines (43 loc) · 4.49 KB

RustCrypto: Traits Rust Version

Collection of traits which describe functionality of cryptographic primitives.

Crates

Name Algorithm Crates.io Documentation Build
aead Authenticated encryption crates.io Documentation N/A
block-cipher-trait Block cipher crates.io Documentation block-cipher-trait
crypto-mac Message authentication code crates.io Documentation crypto-mac
digest Cryptographic hash function crates.io Documentation digest
signature Digital signature crates.io Documentation signature
stream-cipher Stream cipher crates.io Documentation stream-cipher
universal-hash Universal hash function crates.io Documentation universal-hash

Minimum Rust version

All crates in this repository support Rust 1.41 or higher unless otherwise noted.

In future minimally supported version of Rust can be changed, but it will be done with the 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.