summaryrefslogtreecommitdiff
path: root/libs/libaxolotl/src/curve25519/ed25519/main/main.c
blob: 9d6599467e7b1b289fa443bea3757cd7a5e8c534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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,             10000);
  return 0;
}