All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- ORE Ciphers no longer need to be mutable!
- Defined OreAes128 to be generic on Rng
- OREAES128 implementation now uses ChaCha20Rng
- Copy and Clone trait implementations for CipherText, Left and Right types
- Added encrypt trait for f64 type
- Added
compare_raw_slices
function
First public release!
- Basic encryption and comparison
- OREAES128 scheme implementation
- Encryption Trait implementations for u32 and u64
- Serialization to and from Vec
- Basic documentation