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 build
block-cipher Block cipher crates.io Documentation build
crypto-mac Message authentication code crates.io Documentation build
digest Cryptographic hash function crates.io Documentation build
signature Digital signature crates.io Documentation build
stream-cipher Stream cipher crates.io Documentation build
universal-hash Universal hash function crates.io Documentation build

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.