Skip to content

Commit

Permalink
slh-dsa v0.0.2 (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored May 31, 2024
1 parent 0a347c1 commit 70b410d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions slh-dsa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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.0.2 (2024-05-31)

- Initial release
6 changes: 5 additions & 1 deletion slh-dsa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[package]
name = "slh-dsa"
version = "0.0.1"
description = """
Pure Rust implementation of the SLH-DSA (aka SPHINCS+) as described in the
FIPS-205 Inital Public Draft
"""
version = "0.0.2"
edition = "2021"
rust-version = "1.75"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 70b410d

Please sign in to comment.