Skip to content

Commit

Permalink
Keccak updates and fixes (#623)
Browse files Browse the repository at this point in the history
General fixes including updated credit
  • Loading branch information
aviadingo authored Oct 8, 2024
1 parent 3dc380b commit 7b2925d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions icicle/backend/cpu/src/hash/cpu_keccak.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Canonical implementation of Init/Update/Finalize for SHA-3 byte input.
* SHA3-256, SHA3-384, SHA-512 are implemented. SHA-224 can easily be added.
* Based on code from http://keccak.noekeon.org/ .
* Original work can be found on https://github.com/brainhub/SHA3IUF
* ---------------------------------------------------------------------- */

#include "icicle/backend/hash/keccak_backend.h"
Expand Down

0 comments on commit 7b2925d

Please sign in to comment.