From 76822a8af066b81b0380513a4778a2f916fd7ed4 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 2 Apr 2026 22:42:04 -0600 Subject: [PATCH] bign-genk v0.1.0-pre.0 (#1282) --- Cargo.lock | 4 ++-- bign-genk/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb0d285..7ac2908 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "bign-genk" -version = "0.5.0-rc.3" +version = "0.1.0-pre.0" dependencies = [ "belt-block 0.2.0-rc.3", "belt-hash", @@ -1484,7 +1484,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.4.2", + "getrandom 0.3.4", "once_cell", "rustix", "windows-sys", diff --git a/bign-genk/Cargo.toml b/bign-genk/Cargo.toml index 3168432..2b65780 100644 --- a/bign-genk/Cargo.toml +++ b/bign-genk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bign-genk" -version = "0.5.0-rc.3" +version = "0.1.0-pre.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)