blob: 958de7fbb5cd7722e88bf611e1273f4b51674cf1 (
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 *config, ...) { return 1; }
|