Skip to content

Commit 46ede3a

Browse files
committed
bignp256+sm2 v0.14.0-rc.0
1 parent ff8941c commit 46ede3a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bignp256/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bignp256"
3-
version = "0.14.0-pre.0"
3+
version = "0.14.0-rc.0"
44
description = """
55
Pure Rust implementation of the Bign P-256 (a.k.a. bign-curve256v1)
66
elliptic curve as defined in STB 34.101.45-2013, with

sm2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sm2"
3-
version = "0.14.0-pre.0"
3+
version = "0.14.0-rc.0"
44
description = """
55
Pure Rust implementation of the SM2 elliptic curve as defined in the Chinese
66
national standard GM/T 0003-2012 as well as ISO/IEC 14888. Includes support for

0 commit comments

Comments
 (0)