ladybird/Userland/Libraries/LibCrypto/Authentication
Andrew Kaster 97444f0a25 LibCrypto: Avoid unaligned reads in GHash constructor
The fact that this always reads 16 bytes from the input byte stream
for the key data is still a bit on the suspicious side, but at least
it won't crash UBSAN anymore.
2021-06-29 07:17:34 +04:30
..
GHash.cpp
GHash.h LibCrypto: Avoid unaligned reads in GHash constructor 2021-06-29 07:17:34 +04:30
HMAC.h