]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - ecdsa/nist_p192.h
more ecc stuff
[avr-crypto-lib.git] / ecdsa / nist_p192.h
index 9959bd86f0fed3cf01092e1e67eb3113284431b1..16a9c2379c0ca79fd94607701bc8ae39cf828e47 100644 (file)
 #define NIST_P192_H_
 
 #include "bigint.h"
+#include "ecc.h"
 
 extern bigint_t nist_curve_p192_p;
+
+extern bigint_t nist_curve_p192_b;
+
+extern ecc_combi_point_t nist_curve_p192_basepoint;
+
+extern ecc_curve_sp_t nist_curve_p192;
+
 int bigint_reduce_p192(bigint_t *a);
 
 #endif /* NIST_P192_H_ */