Skip to content

Commit

Permalink
sm2 v0.13.0 (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Apr 15, 2023
1 parent 0e0a1a5 commit 0f9dfa4
Show file tree
Hide file tree
Showing 3 changed files with 10 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.

5 changes: 5 additions & 0 deletions sm2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ 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.0 (2023-04-15)
- Initial RustCrypto release

## 0.0.1 (2020-03-02)
7 changes: 4 additions & 3 deletions sm2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
[package]
name = "sm2"
version = "0.0.0"
version = "0.13.0"
description = """
Pure Rust implementation of the SM2 elliptic curve as defined in the Chinese
national standard GM/T 0003-2012 as well as ISO/IEC 14888
national standard GM/T 0003-2012 as well as ISO/IEC 14888. Includes support for
the SM2DSA Digital Signature Algorithm.
"""
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/sm2"
repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/sm2"
readme = "README.md"
categories = ["cryptography", "no-std"]
keywords = ["crypto", "ecc", "shangmi"]
keywords = ["crypto", "ecc", "shangmi", "signature"]
edition = "2021"
rust-version = "1.65"

Expand Down

0 comments on commit 0f9dfa4

Please sign in to comment.