X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=ecdsa%2Fecc.h;h=652b50ad0d97df1bc1f96f89d427ee9284e3b7c1;hb=109c9312f3f0d3b09f24b9c849ba390f17767c26;hp=a38f32d4a48bf234064c2f59d36ce406597adb57;hpb=2f89c4687b258a5476576e47c6d436397b13db12;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;