mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-05 23:33:07 +00:00
rename "src" to "external" (containing git submodules of external dependencies)
This commit is contained in:
parent
46084e1413
commit
83c9753b6e
8
.gitmodules
vendored
8
.gitmodules
vendored
@ -1,14 +1,14 @@
|
|||||||
[submodule "hash/cpu/src/zikkurat-algebra"]
|
[submodule "hash/cpu/src/zikkurat-algebra"]
|
||||||
path = hash/cpu/src/zikkurat-algebra
|
path = hash/cpu/external/zikkurat-algebra
|
||||||
url = https://github.com/faulhornlabs/zikkurat-algebra
|
url = https://github.com/faulhornlabs/zikkurat-algebra
|
||||||
[submodule "hash/cpu/src/HorizenLabs-poseidon2"]
|
[submodule "hash/cpu/src/HorizenLabs-poseidon2"]
|
||||||
path = hash/cpu/src/HorizenLabs-poseidon2
|
path = hash/cpu/external/HorizenLabs-poseidon2
|
||||||
url = https://github.com/HorizenLabs/poseidon2
|
url = https://github.com/HorizenLabs/poseidon2
|
||||||
[submodule "hash/cpu/src/constantine"]
|
[submodule "hash/cpu/src/constantine"]
|
||||||
path = hash/cpu/src/constantine
|
path = hash/cpu/external/constantine
|
||||||
url = https://github.com/mratsim/constantine/
|
url = https://github.com/mratsim/constantine/
|
||||||
[submodule "hash/cpu/src/Blake3"]
|
[submodule "hash/cpu/src/Blake3"]
|
||||||
path = hash/cpu/src/Blake3
|
path = hash/cpu/external/Blake3
|
||||||
url = https://github.com/BLAKE3-team/BLAKE3
|
url = https://github.com/BLAKE3-team/BLAKE3
|
||||||
[submodule "hash/snark/src/hash-circuits"]
|
[submodule "hash/snark/src/hash-circuits"]
|
||||||
path = hash/snark/external/hash-circuits
|
path = hash/snark/external/hash-circuits
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
ORIG=`pwd`
|
ORIG=`pwd`
|
||||||
cd ../../../src/Blake3/
|
cd ../../../external/Blake3/
|
||||||
IMPL=`pwd`
|
IMPL=`pwd`
|
||||||
|
|
||||||
cd $IMPL
|
cd $IMPL
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo "build"
|
echo "build"
|
||||||
|
|
||||||
ZIK_PATH="../../../src/zikkurat-algebra/"
|
ZIK_PATH="../../../external/zikkurat-algebra/"
|
||||||
|
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|
||||||
|
|||||||
@ -23,8 +23,8 @@ gcc -O3 \
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
||||||
#include "../../../src/zikkurat-algebra/lib/cbits/curves/fields/std/bn128_r_std.h"
|
#include "../../../external/zikkurat-algebra/lib/cbits/curves/fields/std/bn128_r_std.h"
|
||||||
#include "../../../src/zikkurat-algebra/lib/cbits/curves/fields/mont/bn128_r_mont.h"
|
#include "../../../external/zikkurat-algebra/lib/cbits/curves/fields/mont/bn128_r_mont.h"
|
||||||
|
|
||||||
#define NLIMBS 4
|
#define NLIMBS 4
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user