Bug 1885602 - Part 2: Add a MozillaAccountMenuButton composable for the menu redesign...
[gecko.git] / third_party / rust / keccak / CHANGELOG.md
blob909712f6eea08f59bd66de96505b4562d7af6475
1 # Changelog
3 All notable changes to this project will be documented in this file.
5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8 ## 0.1.4 (2023-05-04)
9 ### Added
10 - `keccak_p` fns for `[200, 400, 800, 1600]` ([#55])
12 ### Changed
13 - 2018 edition upgrade ([#32])
15 [#32]: https://github.com/RustCrypto/sponges/pull/32
16 [#55]: https://github.com/RustCrypto/sponges/pull/55
18 ## 0.1.3 (2022-11-14)
19 ### Added
20 - ARMv8 SHA3 ASM intrinsics implementation for `keccak_f1600` ([#23])
22 [#23]: https://github.com/RustCrypto/sponges/pull/23
24 ## 0.1.2 (2022-05-24)
25 ### Changed
26 - Implement `simd` feature with  `portable_simd` instead of deprecated `packed_simd` ([#16])
28 [#16]: https://github.com/RustCrypto/sponges/pull/16
30 ## 0.1.1 (2022-05-24)
31 ### Added
32 - Generic keccak-p and keccak-f {200, 400, 800} ([#7])
33 - f1600x{2, 4, 8} ([#8])
35 [#7]: https://github.com/RustCrypto/sponges/pull/7
36 [#8]: https://github.com/RustCrypto/sponges/pull/8
38 ## 0.1.0 (2018-03-27)
39 - Initial release