Skip to content

Comments

sha3: use KeccakP1600 struct for state#790

Merged
tarcieri merged 1 commit intomasterfrom
sha3/keccak-state-struct
Feb 18, 2026
Merged

sha3: use KeccakP1600 struct for state#790
tarcieri merged 1 commit intomasterfrom
sha3/keccak-state-struct

Conversation

@tarcieri
Copy link
Member

Added in RustCrypto/sponges#107

This struct can automatially make use of CPU intrinsics when they are available. Currently only supports ARMv8's FEAT_SHA3 intrinsics.

Added in RustCrypto/sponges#107

This struct can automatially make use of CPU intrinsics when they are
available. Currently only supports ARMv8's `FEAT_SHA3` intrinsics.
@tarcieri tarcieri requested a review from newpavlov February 17, 2026 19:36
Copy link
Member

@newpavlov newpavlov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to try the suggested callback-based API, but it can be done in separate PRs.

@tarcieri tarcieri merged commit 8f5155c into master Feb 18, 2026
261 of 262 checks passed
@tarcieri tarcieri deleted the sha3/keccak-state-struct branch February 18, 2026 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants