/* * ecgen, tool for generating Elliptic curve domain parameters * Copyright (C) 2017 J08nY */ #ifndef ECGEN_CURVE_H #define ECGEN_CURVE_H #include "gp.h" GEN curve_random(GEN field); #endif //ECGEN_CURVE_H