Skip to content

Commit

Permalink
Don't forget aegis128x4_soft.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 9, 2024
1 parent df189b5 commit 471873e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/aegis128x4/aegis128x4_soft.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,11 @@ struct aegis128x4_implementation aegis128x4_soft_implementation = {
.state_encrypt_final = state_encrypt_final,
.state_decrypt_detached_update = state_decrypt_detached_update,
.state_decrypt_detached_final = state_decrypt_detached_final,
.state_mac_init = state_mac_init,
.state_mac_update = state_mac_update,
.state_mac_final = state_mac_final,
.state_clone = state_clone,
.state_mac_reset = state_mac_reset,
.state_mac_clone = state_mac_clone,
};

#endif

0 comments on commit 471873e

Please sign in to comment.