Skip to content

sha3-v0.11.0

@newpavlov newpavlov tagged this 02 Apr 19:05
### Added
- `alloc` crate feature ([#678])

### Changed
- Edition changed to 2024 and MSRV bumped to 1.85 ([#652])
- Relax MSRV policy and allow MSRV bumps in patch releases
- Update to `digest` v0.11
- Replace type aliases with newtypes ([#678])
- Implementation of the `SerializableState` trait ([#716])

### Removed
- `std` crate feature ([#678])
- `CShake128/256` and `TurboShake128/256` types by moving them to
  `cshake` and `turbo-shake` crates respectively ([#815])

[#652]: https://github.com/RustCrypto/hashes/pull/652
[#678]: https://github.com/RustCrypto/hashes/pull/678
[#716]: https://github.com/RustCrypto/hashes/pull/716
[#798]: https://github.com/RustCrypto/hashes/pull/798
[#815]: https://github.com/RustCrypto/hashes/pull/815
Assets 2
Loading