X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=ecdsa%2Fnist_p192.h;h=16a9c2379c0ca79fd94607701bc8ae39cf828e47;hb=45d15fcc098c9eece5c39b5e421a1706f187a0d3;hp=9959bd86f0fed3cf01092e1e67eb3113284431b1;hpb=32705e6283b34dd709dc8fafdf5c3e32d6a944a1;p=avr-crypto-lib.git diff --git a/ecdsa/nist_p192.h b/ecdsa/nist_p192.h index 9959bd8..16a9c23 100644 --- a/ecdsa/nist_p192.h +++ b/ecdsa/nist_p192.h @@ -21,8 +21,16 @@ #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_ */