Skip to content

Commit 18d53e8

Browse files
authored
cmov v0.4.6 (#1355)
### Added - Optimized `Cmov` for `[u8; N]` (#1350) - Optimized `CmovEq` for `[u8; N]` (#1353) - Optimized `Cmov` for `[u8]` (#1354) ### Fixed - Provided `Cmov::cmovz` impl (#1351)
1 parent db238d8 commit 18d53e8

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
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.

cmov/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.4.6 (2026-01-16)
8+
### Added
9+
- Optimized `Cmov` for `[u8; N]` ([#1350])
10+
- Optimized `CmovEq` for `[u8; N]` ([#1353])
11+
- Optimized `Cmov` for `[u8]` ([#1354])
12+
13+
### Fixed
14+
- Provided `Cmov::cmovz` impl ([#1351])
15+
16+
[#1350]: https://github.com/RustCrypto/utils/pull/1350
17+
[#1351]: https://github.com/RustCrypto/utils/pull/1351
18+
[#1353]: https://github.com/RustCrypto/utils/pull/1353
19+
[#1354]: https://github.com/RustCrypto/utils/pull/1354
20+
721
## 0.4.5 (2026-01-15)
822
### Changed
923
- Introduce small ARM32 `asm!` optimization which also guarantees constant-time operation ([#1336], [#1346])

cmov/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cmov"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)