sponges/keccak/CHANGELOG.md
2022-05-24 17:53:43 -06:00

691 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.2 (2022-05-24)

Changed

  • Implement simd feature with portable_simd instead of deprecated packed_simd (#16)

0.1.1 (2022-05-24)

Added

  • Generic keccak-p and keccak-f {200, 400, 800} (#7)
  • f1600x{2, 4, 8} (#8)

0.1.0 (2018-03-27)

  • Initial release