You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
generator:
|
|
|
|
cd generator-native && cargo build --release
|
|
|
|
ln -sf generator-native/target/release/generator-native generator
|
|
|
|
|
|
|
|
sfexec-output:
|
|
|
|
g++ -Iinclude/ -w --std=c++17 main.cpp sha256_literal/sha256.cpp -o sfexec
|