X-Git-Url: https://git.cryptolib.org/avr-crypto-lib.git?p=avr-crypto-lib.git;a=blobdiff_plain;f=ecdsa%2Fecc.h;h=225b31bb8d844390859d3e47bbd6d597056f556b;hp=99dd4f4bc3998306e99e1964b047d0e7f83bbf77;hb=33d65e8032f77c1cbec1bc99e898affc96966c3c;hpb=872dff3138536a68b6dd96b182a386d242bee6cb 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;