aead

Pure Haskell AEAD-ChaCha20-Poly1305 (docs.ppad.tech/aead).
git clone git://git.ppad.tech/aead.git
Log | Files | Refs | README | LICENSE

CHANGELOG (312B)


      1 # Changelog
      2 
      3 - 0.2.0 (2025-06-21)
      4   * The 'encrypt' and 'decrypt' functions are now total, returning 'Left
      5     InvalidKey', 'Left InvalidNonce', or 'Left InvalidMAC' values when
      6     passed the corresponding bad inputs.
      7 
      8 - 0.1.0 (2025-03-09)
      9   * Initial release, supporting the ChaCha20-Poly1305 configuration.
     10 
     11