cfrg / draft-irtf-cfrg-aegis-aead

Specification for the AEGIS family of authenticated encryption algorithms.
https://cfrg.github.io/draft-irtf-cfrg-aegis-aead/draft-irtf-cfrg-aegis-aead.html
Other
10 stars 2 forks source link

fix aegis128X2 test vector #36

Closed huilinchen98 closed 8 months ago

huilinchen98 commented 8 months ago

The aegis128X2's test vector 2's ciphertext is missing a character at the end. I found the correct ciphertext here: https://github.com/jedisct1/libaegis/blob/main/src/test/main.zig#L438

jedisct1 commented 8 months ago

Oh, good catch!

Thank you so much!