-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: replace crypto++ with tiny sha3 to compute Keccak hash
- Loading branch information
Showing
17 changed files
with
124 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ apt-get install build-essential wget git clang-tidy-15 clang-format-15 \ | |
libboost1.81-dev libssl-dev \ | ||
ca-certificates automake libtool patchelf pkg-config lua5.4 liblua5.4-dev \ | ||
libgrpc++-dev libprotobuf-dev protobuf-compiler-grpc \ | ||
luarocks libcrypto++-dev | ||
luarocks | ||
sudo luarocks install --lua-version=5.4 lpeg | ||
sudo luarocks install --lua-version=5.4 dkjson | ||
|
@@ -47,7 +47,7 @@ sudo luarocks install --lua-version=5.4 luaposix | |
|
||
##### MacPorts | ||
``` | ||
sudo port install clang-15 automake boost libtool wget pkgconfig grpc openssl lua libcryptopp lua-luarocks | ||
sudo port install clang-15 automake boost libtool wget pkgconfig grpc openssl lua lua-luarocks | ||
sudo luarocks install --lua-version=5.4 lpeg | ||
sudo luarocks install --lua-version=5.4 dkjson | ||
|
@@ -58,7 +58,7 @@ sudo luarocks install --lua-version=5.4 luaposix | |
|
||
##### Homebrew | ||
``` | ||
brew install llvm@15 automake boost wget cryptopp pkg-config grpc openssl [email protected] luarocks | ||
brew install llvm@15 automake boost wget pkg-config grpc openssl [email protected] luarocks | ||
luarocks --lua-dir=$(brew --prefix)/opt/[email protected] install lpeg | ||
luarocks --lua-dir=$(brew --prefix)/opt/[email protected] install dkjson | ||
luarocks --lua-dir=$(brew --prefix)/opt/[email protected] install luasocket | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.