tequel-rs 0.9.0

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
6
7
8
pub mod error;
pub mod hash;
pub mod encrypt;
pub mod rng;
pub mod avx2_inline;


mod tools;