X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=ecdsa%2Fnist_p192.h;h=d10b27092e1a55efdd833dda2d7a5e512f938cf6;hp=9959bd86f0fed3cf01092e1e67eb3113284431b1;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=32705e6283b34dd709dc8fafdf5c3e32d6a944a1 diff --git a/ecdsa/nist_p192.h b/ecdsa/nist_p192.h index 9959bd8..d10b270 100644 --- a/ecdsa/nist_p192.h +++ b/ecdsa/nist_p192.h @@ -1,7 +1,7 @@ /* nist_p192.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2012 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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_ */