1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
./src/Rewriter/PerfTesting/Specific/make.py primes.txt
make --no-print-directory -C rewriter
make[2]: Nothing to be done for 'real-all'.
make --no-print-directory -C bedrock2/deps/coqutil
Generating Makefile.coq.all
make -f Makefile.coq.all
make[3]: Nothing to be done for 'real-all'.
make --no-print-directory -C bedrock2/bedrock2 noex
Generating Makefile.coq.noex
rm -f .coqdeps.d
make -f Makefile.coq.noex
make[3]: Nothing to be done for 'real-all'.
make --no-print-directory -C coqprime src/Coqprime/PrimalityTest/Zp.vo
make[1]: 'src/Coqprime/PrimalityTest/Zp.vo' is up to date.
coq_makefile -f _CoqProject INSTALLDEFAULTROOT = Crypto -o Makefile-coq
COQ_MAKEFILE -f _CoqProject > Makefile.coq
make --no-print-directory -C rewriter
make[2]: Nothing to be done for 'real-all'.
make --no-print-directory -C bedrock2/deps/coqutil
Generating Makefile.coq.all
make -f Makefile.coq.all
make[3]: Nothing to be done for 'real-all'.
make --no-print-directory -C bedrock2/bedrock2 noex
Generating Makefile.coq.noex
rm -f .coqdeps.d
make -f Makefile.coq.noex
make[3]: Nothing to be done for 'real-all'.
make --no-print-directory -C coqprime src/Coqprime/PrimalityTest/Zp.vo
make[1]: 'src/Coqprime/PrimalityTest/Zp.vo' is up to date.
COQDEP VFILES
make --no-print-directory -C rewriter
make[2]: Nothing to be done for 'real-all'.
make --no-print-directory -C bedrock2/deps/coqutil
Generating Makefile.coq.all
make -f Makefile.coq.all
make[3]: Nothing to be done for 'real-all'.
make --no-print-directory -C bedrock2/bedrock2 noex
Generating Makefile.coq.noex
rm -f .coqdeps.d
make -f Makefile.coq.noex
make[3]: Nothing to be done for 'real-all'.
make --no-print-directory -C coqprime src/Coqprime/PrimalityTest/Zp.vo
make[1]: 'src/Coqprime/PrimalityTest/Zp.vo' is up to date.
COQC src/UnsaturatedSolinasHeuristics/Tests.v
Finished transaction in 25.269 secs (24.869u,0.051s) (successful)
src/UnsaturatedSolinasHeuristics/Tests.vo (real: 26.27, user: 25.97, sys: 0.27, mem: 566428 ko)
DIFF Crypto.Fancy.Montgomery256.Prod.MontRed256
DIFF Crypto.Fancy.Montgomery256.prod_montred256_correct
DIFF Crypto.Fancy.Montgomery256.prod_montred256_correct.Assumptions
DIFF Crypto.Fancy.Montgomery256.montred256
DIFF Crypto.Fancy.Barrett256.Prod.MulMod
DIFF Crypto.Fancy.Barrett256.prod_barrett_red256_correct
DIFF Crypto.Fancy.Barrett256.prod_barrett_red256_correct.Assumptions
DIFF Crypto.Fancy.Barrett256.barrett_red256
DIFF Crypto.UnsaturatedSolinasHeuristics.Tests.get_possible_limbs
cp -f AUTHORS fiat-rust/AUTHORS
cp -f CONTRIBUTORS fiat-rust/CONTRIBUTORS
cp -f LICENSE fiat-rust/LICENSE
|