Skip to content

Commit aa59217

Browse files
authored
rfc6979 v0.3.1 (#578)
1 parent d47791f commit aa59217

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rfc6979/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.3.1 (2022-11-03)
8+
### Added
9+
- Usage example ([#577])
10+
11+
[#577]: https://github.com/RustCrypto/signatures/pull/577
12+
713
## 0.3.0 (2022-06-26)
814
### Changed
915
- Use `SimpleHmac` to implement `HmacDrbg` ([#499])

rfc6979/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rfc6979"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = """
55
Pure Rust implementation of RFC6979: Deterministic Usage of the
66
Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)

0 commit comments

Comments
 (0)