Skip to content

Commit 1d6ed2e

Browse files
authored
sec1 v0.8.1 (#2270)
1 parent 11590f1 commit 1d6ed2e

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

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.

sec1/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.8.1 (2026-03-31)
8+
### Added
9+
- Impl `CtAssign(Slice)`/`CtEq(Slice)` for `EncodedPoint` ([#2269])
10+
11+
[#2269]: https://github.com/RustCrypto/formats/pull/2269
12+
713
## 0.8.0 (2026-03-10)
814
### Added
915
- `ctutils` feature ([#2150])

sec1/Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[package]
22
name = "sec1"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = """
5-
Pure Rust implementation of SEC1: Elliptic Curve Cryptography encoding formats
6-
including ASN.1 DER-serialized private keys as well as the
7-
Elliptic-Curve-Point-to-Octet-String encoding
5+
Pure Rust implementation of SEC1: Elliptic Curve Cryptography encoding formats including ASN.1 DER
6+
encoded private keys as well as the Elliptic-Curve-Point-to-Octet-String encoding
87
"""
98
authors = ["RustCrypto Developers"]
109
license = "Apache-2.0 OR MIT"
@@ -42,4 +41,3 @@ zeroize = ["dep:zeroize", "der?/zeroize"]
4241

4342
[package.metadata.docs.rs]
4443
all-features = true
45-
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)