Actual beta release of afalg_engine v1.2.0
Pre-release
Pre-release
·
5 commits
to master
since this release
The 1.2.0-beta tag was a no-op, so this is it for real now.
This is a performance-oriented version that brings out a software fallback mechanism to process smaller request in software, to avoid the latency of using the kernel drivers, while sending larger request to the hardware engine, ensuring the best speed.
- Use software as a fallback when en/decrypting small batches, or when the total length of the digest input is small
- Update CTR-mode counter using 64-bit integers
- Disable building digests by default
- Fix context copying, which was broken for digests and ciphers