1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
/* * ecgen, tool for generating Elliptic curve domain parameters * Copyright (C) 2017 J08nY */ #include "brainpool_rfc.h" GENERATOR(brainpool_rfc_gen_seed_random) { } GENERATOR(brainpool_rfc_gen_seed_argument) { } GENERATOR(brainpool_rfc_gen_seed_input) { } GENERATOR(brainpool_rfc_gen_equation) { }