mirror of https://github.com/zcash/pasta.git
7 lines
155 B
Bash
7 lines
155 B
Bash
|
#!/bin/sh
|
||
|
rm -rf Ep/proof
|
||
|
rm -rf Eq/proof
|
||
|
rm -f Ep/primes Ep/hex-* Ep/expand2-* Ep/verify-*
|
||
|
rm -f Eq/primes Eq/hex-* Eq/expand2-* Eq/verify-*
|
||
|
rm *.sage.py
|