Skip to content

Commit 9ba2ef6

Browse files
authored
v0.7.2 (#1228)
## Added - `Invert` to `MontyForm` supertraits (#1226) ## Changed - BREAKING: seal the `Integer` trait (#1227)
1 parent 4182ba0 commit 9ba2ef6

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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.7.1 (2026-03-10)
7+
## 0.7.2 (2026-03-20)
8+
### Added
9+
- `Invert` to `MontyForm` supertraits ([#1226])
10+
11+
### Changed
12+
- BREAKING: seal the `Integer` trait ([#1227])
13+
14+
[#1226]: https://github.com/RustCrypto/crypto-bigint/pull/1226
15+
[#1227]: https://github.com/RustCrypto/crypto-bigint/pull/1227
16+
17+
## 0.7.1 (2026-03-10) [YANKED]
18+
19+
NOTE: this release, like v0.7.0, was yanked due to last-minute breaking changes, namely sealing the
20+
`Integer` trait ([#1227]), which is technically a breaking change but one we do not expect will
21+
have any user-facing impact.
22+
823
### Added
924
- `Uint::{concat_resize, concat_checked, split_resize, split_checked}` methods ([#1223])
1025

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crypto-bigint"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = """
55
Pure Rust implementation of a big integer library which has been designed from
66
the ground-up for use in cryptographic applications. Provides constant-time,

0 commit comments

Comments
 (0)