Skip to content

Commit caac4e1

Browse files
authored
elliptic-curve v0.13.8 (#1413)
1 parent 9fbd4f9 commit caac4e1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.

elliptic-curve/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.8 (2023-11-18)
8+
### Changed
9+
- `SecretKey::from_slice` now allows >=24-bytes ([#1412])
10+
11+
[#1412]: https://github.com/RustCrypto/traits/pull/1412
12+
713
## 0.13.7 (2023-11-15)
814
### Added
915
- `BatchInvert` and `BatchNormalize` traits ([#1376])

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.7"
3+
version = "0.13.8"
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)