mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-30 02:23:31 +00:00
keccak v0.2.0-rc.1 (#98)
This commit is contained in:
parent
4519b3bcb9
commit
d0c9b2a828
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -24,7 +24,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "keccak"
|
||||
version = "0.2.0-rc.0"
|
||||
version = "0.2.0-rc.1"
|
||||
dependencies = [
|
||||
"cpufeatures",
|
||||
]
|
||||
|
||||
@ -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])
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user