All notable changes to this project will be documented in this file.
- [DEPENDENCIES] Dependency updates
- [INTERNAL] Remove the use of
generic-array
crate (use the built-in version inaes-gcm
instead) - [INTERNAL] Optimize a salt generation and Mandelbrot encoding/decoding
- [INTERNAL] Split into multiple files
- [INTERNAL] [BREAKING] Make ChaCha20 reusuable (use
let mut laqf = ...
instead oflet laqf = ...
)
- [INTERNAL] Added more tests
- [INTERNAL] Added bounds checking (for empty data/salts/passwords/keypairs)
- [DEPENDENCIES] Added Dependabot for automatic updates/security checks
- Inital Release for v2