Skip to content

Commit

Permalink
updates and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aviadingo authored and yshekel committed Oct 8, 2024
1 parent 3dc380b commit 1022631
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 1022631

Please sign in to comment.