Skip to content

Commit 188acca

Browse files
authored
universal-hash v0.4.0 (#171)
1 parent 12fbc10 commit 188acca

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.

universal-hash/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.4.0 (2020-06-04)
9+
### Added
10+
- `Key` and `Block` type aliases ([#128])
11+
12+
### Changed
13+
- Split `UniversalHash` initialization into `NewUniversalHash` trait ([#135])
14+
- Rename `update_block` => `update` ([#129])
15+
- Bump `generic-array` dependency to v0.14 ([#95])
16+
17+
[#135]: https://github.com/RustCrypto/traits/pull/135
18+
[#129]: https://github.com/RustCrypto/traits/pull/129
19+
[#128]: https://github.com/RustCrypto/traits/pull/128
20+
[#95]: https://github.com/RustCrypto/traits/pull/95
21+
822
## 0.3.0 (2019-10-03)
923
- Rename `OutputSize` -> `BlockSize` ([#57])
1024

universal-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "universal-hash"
3-
version = "0.4.0-pre"
3+
version = "0.4.0"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "Trait for universal hash functions"

0 commit comments

Comments
 (0)