poly1305

The Poly1305 message authentication code (docs.ppad.tech/poly1305).
git clone git://git.ppad.tech/poly1305.git
Log | Files | Refs | README | LICENSE

CHANGELOG (190B)


      1 # Changelog
      2 
      3 - 0.2.0 (2025-03-10)
      4   * Fix a bug in which small produced MAC's were not being padded to 128
      5     bits.
      6 
      7 - 0.1.0 (2025-03-09)
      8   * Initial release, supporting the Poly1305 MAC.
      9