Skip to content

Commit b5c5024

Browse files
committed
slh-dsa v0.1.0
1 parent cf34cd2 commit b5c5024

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

slh-dsa/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.0.2 (2024-05-31)
8+
## 0.1.0 (2024-08-18)
9+
### Changed
10+
- Implement changes from FIP 205 Initial Public Draft -> FIPS 205 Final ([#844])
11+
12+
### Fixed
13+
- `no_std` support ([#845])
14+
- Enable `derive` feature of `zerocopy` ([#847])
915

16+
[#844]: https://github.com/RustCrypto/signatures/pull/844
17+
[#845]: https://github.com/RustCrypto/signatures/pull/845
18+
[#847]: https://github.com/RustCrypto/signatures/pull/847
19+
20+
## 0.0.2 (2024-05-31)
1021
- Initial release

slh-dsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = """
44
Pure Rust implementation of SLH-DSA (aka SPHINCS+) as described in the
55
FIPS-205 standard
66
"""
7-
version = "0.0.2"
7+
version = "0.1.0"
88
edition = "2021"
99
rust-version = "1.75"
1010
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)