keccak v0.2.0-rc.1 (#98)

This commit is contained in:
Tony Arcieri 2026-01-22 11:10:05 -07:00 committed by GitHub
parent 4519b3bcb9
commit d0c9b2a828
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 2 deletions

2
Cargo.lock generated
View File

@ -24,7 +24,7 @@ dependencies = [
[[package]]
name = "keccak"
version = "0.2.0-rc.0"
version = "0.2.0-rc.1"
dependencies = [
"cpufeatures",
]

View File

@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.2.0 (UNRELEASED)
TODO: fill out rest of changelog
### Fixed
- Use `doc_cfg` in place of removed `doc_auto_cfg` feature ([#91])
[#91]: https://github.com/RustCrypto/sponges/pull/91
## 0.1.5 (2024-01-12)
### Changed
- Enable ARMv8 ASM backend for `p1600` ([#68])

View File

@ -1,6 +1,6 @@
[package]
name = "keccak"
version = "0.2.0-rc.0"
version = "0.2.0-rc.1"
description = """
Pure Rust implementation of the Keccak sponge function including the keccak-f
and keccak-p variants