diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index afacb2ff..45441ed4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,6 +2,7 @@ name: Publish to crates.io on: push: tags: [ + "bign-genk/v**", "dsa/v**", "ecdsa/v**", "ed448/v**", @@ -10,6 +11,7 @@ on: "ml-dsa/v**", "rfc6979/v**", "slh-dsa/v**", + "xmss/v*" ] jobs: diff --git a/Cargo.lock b/Cargo.lock index 53590962..6b0d3694 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,7 +98,7 @@ dependencies = [ [[package]] name = "bign-genk" -version = "0.1.0-pre.0" +version = "0.1.0" dependencies = [ "bash-hash", "belt-block", @@ -1393,7 +1393,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.4.3", + "getrandom 0.3.4", "once_cell", "rustix", "windows-sys", diff --git a/bign-genk/CHANGELOG.md b/bign-genk/CHANGELOG.md index c0e2b5b9..27b54795 100644 --- a/bign-genk/CHANGELOG.md +++ b/bign-genk/CHANGELOG.md @@ -4,7 +4,5 @@ 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.5.0 (XXXX-XX-XX) +### 0.1.0 (2026-08-04) - Initial release - -[#1109](https://github.com/RustCrypto/signatures/pull/1109) \ No newline at end of file diff --git a/bign-genk/Cargo.toml b/bign-genk/Cargo.toml index 7009fd01..73032513 100644 --- a/bign-genk/Cargo.toml +++ b/bign-genk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bign-genk" -version = "0.1.0-pre.0" +version = "0.1.0" description = """ Pure Rust implementation of bign-genk algorithm from STB 34.101.45: Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA) diff --git a/bign-genk/LICENSE-MIT b/bign-genk/LICENSE-MIT index b887850c..3b4cbedf 100644 --- a/bign-genk/LICENSE-MIT +++ b/bign-genk/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright (c) 2018-2026 RustCrypto Developers +Copyright (c) 2026 RustCrypto Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated