summaryrefslogtreecommitdiff
path: root/src/math/types.c
blob: bf1bb5d2e74650b1144cc2ea5b843289f856da48 (plain) (blame)
1
2
3
4
5
6
7
/*
 * ecgen, tool for generating Elliptic curve domain parameters
 * Copyright (C) 2017 J08nY
 */
#include "types.h"

int gen_skip(curve_t *curve, config_t *config, arg_t *args) { return 1; }