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

GENERATOR(gen_skip) { return 1; }

UNROLL(unroll_skip) { return -1; }