A pure Rust implementation of various modern cryptographic algorithms, which has no dependencies and no foreign code (specially C or assembly code). This is compatible with WASM and embedded devices.
This crates package aims to support as many architectures as possible with as little dependencies as possible.
Disclaimer: There are no warranties in use as everything is cryptographically-related
This is a fork of Rust-Crypto by DaGenix, to which we owe a debt of gratitude for starting some good quality pure Rust implementations of various cryptographic algorithms.
Notable differences with the original sources:
normally:
cargo +nightly bench --features with-bench
or with all the cpu capability enabled:
RUSTFLAGS="-C target_cpu=native" cargo +nightly bench --features with-bench
| Rust | test
|
| ------- | :----: |
| stable | ✓ |
| beta | ✓ |
| nightly | ✓ |
We will always aim to support the current stable version. However, it is likely that an older version of the Rust compiler is also supported.
This project is licensed under either of the following licenses:
Please choose the licence you want to use.