From ff4beaf8ef69f81035fd4ba481926169579ee9dc Mon Sep 17 00:00:00 2001 From: integritychain Date: Wed, 21 Feb 2024 10:50:46 -0600 Subject: [PATCH] rc1 --- CHANGELOG.md | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a5c14..21a2b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.toml b/Cargo.toml index dcae55a..74d7196 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"