Skip to content

Commit

Permalink
release ppv-lite86 0.2.16, BLAKE 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kazcw committed Dec 30, 2021
1 parent 8e7c84e commit e64e56e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hashes/blake/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blake-hash"
version = "0.4.0"
version = "0.4.1"
authors = ["The CryptoCorrosion Contributors"]
license = "MIT/Apache-2.0"
description = "BLAKE hash functions"
Expand All @@ -11,7 +11,7 @@ categories = ["cryptography", "no-std"]
[dependencies]
block-buffer = "0.9"
digest = "0.9"
simd = { package = "ppv-lite86", version = "0.2.6", optional = true }
simd = { package = "ppv-lite86", version = "0.2.16", optional = true }

[features]
default = ["simd", "std"]
Expand Down
3 changes: 2 additions & 1 deletion utils-simd/ppv-lite86/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.2.16]
### Added
- add [u64; 4] conversion for generic vec256, to support BLAKE on non-x86.
- impl `From` (rather than just `Into`) for conversions between `*_storage` types and arrays.
2 changes: 1 addition & 1 deletion utils-simd/ppv-lite86/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ppv-lite86"
version = "0.2.15"
version = "0.2.16"
authors = ["The CryptoCorrosion Contributors"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit e64e56e

Please sign in to comment.