Skip to content

Commit 8bd4261

Browse files
authored
elliptic-curve v0.13.2 (#1273)
1 parent 71783b9 commit 8bd4261

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

elliptic-curve/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.13.2 (2023-03-08)
8+
### Added
9+
- Weakly activate `pkcs8?/std` ([#1263])
10+
- More `PublicKey` <-> SEC1 conversions ([#1272])
11+
12+
[#1263]: https://github.com/RustCrypto/traits/pull/1263
13+
[#1272]: https://github.com/RustCrypto/traits/pull/1272
14+
715
## 0.13.1 (2023-03-01)
816
### Added
917
- `SecretKey::from_slice` short input support ([#1256])

elliptic-curve/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.

elliptic-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elliptic-curve"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = """
55
General purpose Elliptic Curve Cryptography (ECC) support, including types
66
and traits for representing various elliptic curve forms, scalars, points,

0 commit comments

Comments
 (0)