chacha

The ChaCha20 stream cipher (docs.ppad.tech/chacha).
git clone git://git.ppad.tech/chacha.git
Log | Files | Refs | README | LICENSE

CHANGELOG (405B)


      1 # Changelog
      2 
      3 - 0.2.1 (2025-12-28)
      4   * Adds an 'llvm' build flag and tests with GHC 9.10.3.
      5 
      6 - 0.2.0 (2025-06-21)
      7   * Both the ChaCha block function and stream cipher are now total,
      8     returning values of 'Left InvalidKey' or 'Left InvalidNonce' when
      9     supplied with the corresponding bad inputs.
     10 
     11 - 0.1.0 (2025-03-09)
     12   * Initial release, supporting the chacha20 stream cipher and block
     13     function.
     14