Skip to content

Commit

Permalink
blake2: expand changelog (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Dec 8, 2021
1 parent 68e7adf commit e1c2240
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions blake2/CHANGELOG.md
Expand Up @@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 0.10.0 (2021-12-07)
### Changed
- Update to `digest` v0.10 and remove dependency on `crypto-mac` ([#217])
- `Blake2b` and `Blake2s` renamed into `Blake2b512` and `Blake2s256` respectively.
New `Blake2b` and `Blake2s` are generic over output size. `VarBlake2b` and `VarBlake2s`
renamed into `Blake2bVar` and `Blake2sVar` respectively. ([#217])

### Removed
- `Blake2b` and `Blake2s` no longer support MAC functionality. ([#217])

### Added
- Separate `Blake2bMac` and `Blake2sMac` types generic over output size and `Blake2bMac512`
and `Blake2sMac256` type aliases around them. ([#217])

[#217]: https://github.com/RustCrypto/hashes/pull/217

Expand Down

0 comments on commit e1c2240

Please sign in to comment.