Skip to content

Commit ac97664

Browse files
committed
Merge branch 'baloo/polyval-0.6.2' into baloo/ghash-0.5.1
2 parents 6e7baae + 0b1de2e commit ac97664

File tree

3 files changed

+12
-2
lines changed

3 files changed

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

polyval/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.6.2 (2022-03-03)
9+
### Added
10+
- add `new_with_init_block` ([#195])
11+
12+
### Changed
13+
- implement Karatsuba multiplication for arm64 ([#181])
14+
15+
[#195]: https://github.com/RustCrypto/universal-hashes/pull/195
16+
[#181]: https://github.com/RustCrypto/universal-hashes/pull/181
17+
818
## 0.6.1 (2023-06-16)
919
### Added
1020
- Support for `polyval_armv8` on Rust 1.61+ ([#179])

polyval/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polyval"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["RustCrypto Developers"]
55
license = "Apache-2.0 OR MIT"
66
description = """

0 commit comments

Comments
 (0)