Releases: mrdcvlsc/ChaCha20-Poly1305
Releases · mrdcvlsc/ChaCha20-Poly1305
version_3.1
replace the old uint320 implementation with epi::uint320_t for poly-1305
version_2.1
- optimized the fallback code for
uint320mul.
version_2.0
- uses
uint320for tag generation, less expensive than the previousuint512. - supports x86_64 and aarch64/arm64.
- might work on x64?.
- x86 not supported.
version_1.0
initial working implementation
- using
uint512inpoly1305tag generation.