summaryrefslogtreecommitdiff
path: root/libs/libaxolotl/src/curve25519/ed25519/main/main.c
blob: 2f32d6b389224e8b33362b459485a5ea434522fc (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;
}