aboutsummaryrefslogtreecommitdiff
path: root/src/misc/types.c
blob: a9d53e6f8cfd024f01f14e6df1a94be9922a0791 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * ecgen, tool for generating Elliptic curve domain parameters
 * Copyright (C) 2017-2018 J08nY
 */
#include "types.h"

GENERATOR(gen_skip) { return 1; }

CHECK(check_skip) { return 1; }

UNROLL(unroll_skip) { return -1; }