poly1305

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

CHANGELOG (324B)


      1 # Changelog
      2 
      3 - 0.3.0 (2025-06-21)
      4   * The 'mac' function is now total, returning 'Nothing' when supplied
      5     with an invalid-length one-time key.
      6 
      7 - 0.2.0 (2025-03-10)
      8   * Fix a bug in which small produced MAC's were not being padded to 128
      9     bits.
     10 
     11 - 0.1.0 (2025-03-09)
     12   * Initial release, supporting the Poly1305 MAC.
     13