Skip to content

Commit 30b389e

Browse files
authored
elliptic-curve v0.13.3 (#1292)
1 parent 1644e10 commit 30b389e

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

elliptic-curve/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.3 (2023-04-04)
8+
### Added
9+
- Impl `AssociatedAlgorithmIdentifier` for `SecretKey` and `PublicKey` ([#1286])
10+
11+
### Changed
12+
- Update OSSWU code ([#1157])
13+
- Bump `pkcs8` to v0.10.2 ([#1291])
14+
15+
### Fixed
16+
- `FieldBytesEncoding` provided impl ([#1287])
17+
18+
[#1157]: https://github.com/RustCrypto/traits/pull/1157
19+
[#1286]: https://github.com/RustCrypto/traits/pull/1286
20+
[#1287]: https://github.com/RustCrypto/traits/pull/1287
21+
[#1291]: https://github.com/RustCrypto/traits/pull/1291
22+
723
## 0.13.2 (2023-03-08)
824
### Added
925
- Weakly activate `pkcs8?/std` ([#1263])

elliptic-curve/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elliptic-curve/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elliptic-curve"
3-
version = "0.13.2"
3+
version = "0.13.3"
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)