First commit, Vystem v0.1
This commit is contained in:
4
Blastproof/initfsgen/build.sh
Executable file
4
Blastproof/initfsgen/build.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
# 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 -Ofast -march=native
|
||||
g++ initfsgen.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 initfsgen -lcrypto -Ofast -march=native
|
||||
rm *.o
|
||||
Reference in New Issue
Block a user