X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=ecdsa%2Fecc.h;h=652b50ad0d97df1bc1f96f89d427ee9284e3b7c1;hb=6c688ee8a14c2452afb4e3c855939b9d0dc858d7;hp=a38f32d4a48bf234064c2f59d36ce406597adb57;hpb=3a9f9d918fb95474996af535c225a7e187d88372;p=avr-crypto-lib.git diff --git a/ecdsa/ecc.h b/ecdsa/ecc.h index a38f32d..652b50a 100644 --- a/ecdsa/ecc.h +++ b/ecdsa/ecc.h @@ -42,6 +42,7 @@ typedef union __attribute__((packed)){ typedef struct { bigint_t *p; + bigint_t *n; bigint_t *b; int (*reduce_p)(bigint_t*); } ecc_curve_sp_t;