Skip to content

Commit

Permalink
keccak v0.1.3 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Nov 14, 2022
1 parent d82151a commit 6c98ff8
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,4 +1,3 @@
target/
*/target/
*/*/target/
Cargo.lock
25 changes: 25 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions keccak/CHANGELOG.md
Expand Up @@ -5,6 +5,12 @@ 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).

## 0.1.3 (2022-11-14)
### Added
- ARMv8 SHA3 ASM intrinsics implementation for `keccak_f1600` ([#23])

[#23]: https://github.com/RustCrypto/sponges/pull/23

## 0.1.2 (2022-05-24)
### Changed
- Implement `simd` feature with `portable_simd` instead of deprecated `packed_simd` ([#16])
Expand Down
25 changes: 25 additions & 0 deletions keccak/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion keccak/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "keccak"
version = "0.1.2"
version = "0.1.3"
description = """
Pure Rust implementation of the Keccak sponge function including the keccak-f
and keccak-p variants
Expand Down

0 comments on commit 6c98ff8

Please sign in to comment.