Skip to content

Commit

Permalink
Swap order of blocks and blocks0 in 128l_mac_state
Browse files Browse the repository at this point in the history
Spotted by @utelle -- Thanks!
  • Loading branch information
jedisct1 committed Dec 11, 2024
1 parent 78b0693 commit 18439cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aegis128l/aegis128l_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ typedef struct _aegis128l_state {
} _aegis128l_state;

typedef struct _aegis128l_mac_state {
aegis_blocks blocks0;
aegis_blocks blocks;
aegis_blocks blocks0;
uint8_t buf[RATE];
uint64_t adlen;
size_t pos;
Expand Down

0 comments on commit 18439cd

Please sign in to comment.