Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Publish to crates.io
on:
push:
tags: [
"bign-genk/v**",
"dsa/v**",
"ecdsa/v**",
"ed448/v**",
Expand All @@ -10,6 +11,7 @@ on:
"ml-dsa/v**",
"rfc6979/v**",
"slh-dsa/v**",
"xmss/v*"
]

jobs:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions bign-genk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion bign-genk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bign-genk/LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading