X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=echo%2Faes_enc_round.h;h=54bf6b08150b9ca0acee414acae9338eb8f0313e;hb=fb928c1c4c392b9e987631f84f1027af94e05beb;hp=7490500c6659ba56fc712152a19cface85b4eb26;hpb=5f46191d2615ebe2caa6e111b478031a34f20b9e;p=arm-crypto-lib.git diff --git a/echo/aes_enc_round.h b/echo/aes_enc_round.h index 7490500..54bf6b0 100644 --- a/echo/aes_enc_round.h +++ b/echo/aes_enc_round.h @@ -1,6 +1,6 @@ /* aes_enc_round.h */ /* - This file is part of the AVR-Crypto-Lib. + This file is part of the ARM-Crypto-Lib. Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -20,11 +20,11 @@ #ifndef AES_ENC_ROUND_H_ #define AES_ENC_ROUND_H_ -typedef struct{ +typedef struct __attribute__((packed)) { uint8_t s[16]; } aes_cipher_state_t; -typedef struct{ +typedef struct __attribute__((packed)) { uint8_t ks[16]; } aes_roundkey_t;