tequel-rs 0.8.1

A high-performance, Dual-Wide SIMD cryptographic engine and hash function, built in pure Rust for modern x86_64 architectures.
Documentation
1
2
3
4
5
pub mod error;
pub mod hash;
pub mod encrypt;
pub mod rng;
pub mod avx2_inline;