We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From @JobNoorman
This causes the output (cipher and tag) to be shifted by one byte if they are not aligned. This should either be fixed or just fail right away. The length of the input should also be a multiple of two. If not, one byte is silently appended.
This causes the output (cipher and tag) to be shifted by one byte if they are not aligned. This should either be fixed or just fail right away.
The length of the input should also be a multiple of two. If not, one byte is silently appended.
The text was updated successfully, but these errors were encountered:
sancus_unwrap
cipher_len
No branches or pull requests
From @JobNoorman
The text was updated successfully, but these errors were encountered: