Skip to content

Commit

Permalink
bign256 v0.13.1 (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jan 6, 2024
1 parent cb314fe commit f62e961
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 6 additions & 0 deletions bign256/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,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.13.1 (2024-01-05)
### Added
- Digital signature algorithm ([#935])

[#935]: https://github.com/RustCrypto/elliptic-curves/pull/935

## 0.13.0 (2023-06-27)
- Initial release
5 changes: 2 additions & 3 deletions bign256/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bign256"
version = "0.13.0"
version = "0.13.1"
description = """
Pure Rust implementation of the Bign P-256 (a.k.a. bign-curve256v1)
elliptic curve as defined in STB 34.101.45-2013, with
Expand Down Expand Up @@ -31,8 +31,7 @@ criterion = "0.5"
hex-literal = "0.4"
proptest = "1"
rand_core = { version = "0.6", features = ["getrandom"] }
hex = {version = "*" }

hex = {version = "0.4" }

[features]
default = ["arithmetic", "pkcs8", "std", "dsa"]
Expand Down

0 comments on commit f62e961

Please sign in to comment.