Skip to content

Commit

Permalink
submodule for keccak
Browse files Browse the repository at this point in the history
  • Loading branch information
jba-uminho committed Nov 30, 2024
1 parent 723aab2 commit 0b45f7e
Show file tree
Hide file tree
Showing 6 changed files with 7,333 additions and 5,276 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "crypto-specs"]
path = crypto-specs
url = https://github.com/formosa-crypto/crypto-specs
[submodule "formosa-keccak"]
path = formosa-keccak
url = [email protected]:formosa-crypto/formosa-keccak.git
2 changes: 1 addition & 1 deletion code/Makefile.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
current_dir := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))

# --------------------------------------------------------------------
JASMINC ?= $(current_dir)/../jasmin/compiler/jasminc
JASMINC ?= $(current_dir)/../jasmin/compiler/jasminc -I Keccak:$(current_dir)/../formosa-keccak/src/amd64
Loading

0 comments on commit 0b45f7e

Please sign in to comment.