First commit, Vystem v0.1
This commit is contained in:
3
Blastproof/keygen/build.sh
Executable file
3
Blastproof/keygen/build.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
gcc -c address.c fors.c hash_sha2.c merkle.c randombytes.c sign.c utils.c utilsx1.c wots.c wotsx1.c thash_sha2_robust.c sha2.c sha3.c
|
||||
g++ keygen.cpp address.o fors.o hash_sha2.o merkle.o randombytes.o sign.o utils.o utilsx1.o wots.o wotsx1.o thash_sha2_robust.o sha2.o sha3.o -o keygen -lcrypto -L. -largon2
|
||||
Reference in New Issue
Block a user