1 2 3 4 5 6 7 8 9 10 11 12 13
#include "tests.h" int main(int argc, char* argv[]) { all_fast_tests(0); curvesigs_slow_test(0, 10000); xeddsa_slow_test(0, 10000); xeddsa_to_curvesigs_slow_test(0, 10000); vxeddsa_slow_test(0, 10000000); return 0; }