Skip to content
Collection of cryptography related traits
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
block-cipher-trait block-cipher-trait v0.6.2 Nov 14, 2018
crypto-mac add crypto-mac changelog Feb 20, 2019
digest
stream-cipher
.gitignore
.travis.yml
Cargo.toml
README.md
build_std.sh Digest v0.8 (#22) Oct 1, 2018

README.md

RustCrypto traits Build Status

Collection of traits which describe functionality of cryptographic primitives.

Crates

Name Crates.io Documentation
block-cipher-trait crates.io Documentation
crypto-mac crates.io Documentation
digest crates.io Documentation
stream-cipher crates.io Documentation

Minimum Rust version

All crates in this repository support Rust 1.21 or higher. 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.

You can’t perform that action at this time.