blob: 431c9c206edc26677f141aa18364a26cdd7d9a8a (
plain)
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 *cfg, arg_t *args) { return 1; }
|