Skip to content
Snippets Groups Projects
Forked from briar / briar
7021 commits behind the upstream repository.
user avatar
akwizgran authored
This makes us Suite B compliant and saves 32 bytes per frame. The
AES/GCM implementation refuses to decrypt the frame header before
checking the MAC, so we have to use AES/CTR to peek at the header. The
header is still covered by the MAC, and we still check it after peeking!
d6b260ed
History