diff --git a/hash/risc0/composition/build.sh b/hash/risc0/composition/build.sh new file mode 100755 index 0000000..7f1b114 --- /dev/null +++ b/hash/risc0/composition/build.sh @@ -0,0 +1 @@ +cargo build --release \ No newline at end of file diff --git a/hash/risc0/composition/run.sh b/hash/risc0/composition/run.sh new file mode 100755 index 0000000..7acdd03 --- /dev/null +++ b/hash/risc0/composition/run.sh @@ -0,0 +1 @@ +./target/release/composition \ No newline at end of file