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.
Drop
implementations in the software backend with enabledzeroize
feature (#311)
- Minimal versions build (#303)
- Bump
cipher
dependency to v0.4 (#284)
- Encrypt-only
KuznyechikEnc
and decrypt-onlyKuznyechikDec
types (#284)
- Parallel block processing for SSE2 backend (#278)
- SSE2-based implementation (#261)
- Bump
cipher
dependency to v0.3 (#235)
- Replace
block-cipher
/stream-cipher
withcipher
crate (#167)
- Improved performance by unrolling loops (#137)
- Byte order (#118)