X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=ecdsa%2Fecc.h;h=225b31bb8d844390859d3e47bbd6d597056f556b;hb=33d65e8032f77c1cbec1bc99e898affc96966c3c;hp=99dd4f4bc3998306e99e1964b047d0e7f83bbf77;hpb=56e75f661dfea7104d76421be6059f098d3236d4;p=avr-crypto-lib.git diff --git a/ecdsa/ecc.h b/ecdsa/ecc.h index 99dd4f4..225b31b 100644 --- a/ecdsa/ecc.h +++ b/ecdsa/ecc.h @@ -35,7 +35,7 @@ typedef struct { bigint_t y; } ecc_affine_point_t; -typedef struct __attribute__((packed)){ +typedef union __attribute__((packed)){ ecc_affine_point_t affine; ecc_chudnovsky_point_t chudnovsky; } ecc_combi_point_t;