Skip to content

Releases: mrdcvlsc/ChaCha20-Poly1305

version_3.1

09 Jun 11:54
Compare
Choose a tag to compare

replace the old uint320 implementation with epi::uint320_t for poly-1305

version_2.1

06 Apr 13:27
Compare
Choose a tag to compare
  • optimized the fallback code for uint320 mul.

version_2.0

06 Apr 10:41
8bff93f
Compare
Choose a tag to compare
  • uses uint320 for tag generation, less expensive than the previous uint512.
  • supports x86_64 and aarch64/arm64.
  • might work on x64?.
  • x86 not supported.

version_1.0

05 Apr 07:11
597a644
Compare
Choose a tag to compare

initial working implementation

  • using uint512 in poly1305 tag generation.