Skip to content

Commit eba090a

Browse files
committed
dbl v0.4.0
1 parent 8a82158 commit eba090a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-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.

dbl/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.0 (unreleased)
7+
## 0.4.0
88
### Changed
99
- Migrated from `generic-array` to `hybrid-array` ([#944])
1010
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1149])

dbl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "dbl"
3-
version = "0.4.0-rc.2"
3+
version = "0.4.0"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
6-
description = "Double operation in Galois Field GF(2^128) as used by e.g. CMAC/PMAC"
6+
description = "Double operation for elements of Galois Field GF(2^128) as used by e.g. CMAC/PMAC"
77
documentation = "https://docs.rs/dbl"
88
repository = "https://github.com/RustCrypto/utils"
99
keywords = ["crypto", "dbl", "gf", "galois"]

dbl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
![Rust Version][rustc-image]
88
[![Project Chat][chat-image]][chat-link]
99

10-
Double operation in Galois Field GF(2^128) as used by e.g. CMAC/PMAC.
10+
Double operation in Galois Field GF(2^128) as used by e.g. CMAC, GMAC, and PMAC.
1111

1212
Also known as "multiply-by-x", the operation is performed in the finite field
1313
represented using the primitive polynomial x^128 + x^7 + x^2 + x + 1.
@@ -27,7 +27,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
2727

2828
[//]: # (badges)
2929

30-
[crate-image]: https://img.shields.io/crates/v/dbl.svg
30+
[crate-image]: https://img.shields.io/crates/v/dbl.svg?logo=rust
3131
[crate-link]: https://crates.io/crates/dbl
3232
[docs-image]: https://docs.rs/dbl/badge.svg
3333
[docs-link]: https://docs.rs/dbl/

0 commit comments

Comments
 (0)