Skip to content

Commit

Permalink
rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
integritychain committed Feb 21, 2024
1 parent 8678f27 commit ff4beaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ 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.1.2 (2024-TK-TK)
## 0.1.2 (2024-02-21)

- General clean-up
- Cargo deny, code coverage,
- Added (serialized) keypair validation functionality
- General clean-up, refined checks, some constant-time work
- Cargo deny and codecov; revised bench, fuzz, dudect and ct_cm4

## 0.1.1 (2023-10-30)

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ ml-kem-1024 = []


[dependencies]
zeroize = { version = "1.6.0", default-features = false, features = ["zeroize_derive"] }
zeroize = { version = "1.7.0", default-features = false, features = ["zeroize_derive"] }
rand_core = { version = "0.6.4", default-features = false }
sha3 = { version = "0.10.2", default-features = false }


[dev-dependencies]
rand = "0.8.5"
regex = "1.10.2"
regex = "1.10.3"
hex = "0.4.3"
rand_chacha = "0.3.1"
criterion = "0.4.0" # Needed to keep MSRV back at 1.72, newer: "0.5.1"
Expand Down

0 comments on commit ff4beaf

Please sign in to comment.