-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests fail with fatal error: fault
#11
Comments
@aead I report a similiar error. It's in
|
The issue is here: Line 165 in 5ff4065
This assumes SI (= &src[i]) is 16-byte aligned, but it need not be. This can be solved by an unaligned load:
But I'm hesitant to submit a PR, since this problem occurs in several more places throughout the code. |
I haven't implemented CMAC, but: https://github.com/ericlagergren/siv FWIW: Tink also has AES-GCM-SIV. Unfortunately, it is not hardware accelerated. |
Testing current master ( 5ff4065 ):
The text was updated successfully, but these errors were encountered: