Closed hel-kame closed 3 months ago
third_party/blake2
<mmintrin.h>
SSE
starkware/algebra/prime_field_element
keccak
<endian.h>
third_party/backward-cpp
size_t
uint64_t
CMakeLists.txt
install_deps.sh
Added a build.sh script to assist build, especially on macOS.
build.sh
Thanks a lot to @noamoulin for his work and contribution.
Outdated due to Stone v2
Portability Issues
ARM64
third_party/blake2
as an alternative to<mmintrin.h>
andSSE
.starkware/algebra/prime_field_element
andkeccak
depending on the architecture.macOS
<endian.h>
on macOS.third_party/backward-cpp
.size_t
,uint64_t
).CMakeLists.txt
to build the right version of the prover depending on the OS.install_deps.sh
to be compatible with homebrew.Other
Added a
build.sh
script to assist build, especially on macOS.Thanks a lot to @noamoulin for his work and contribution.