Skip to content
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

Fix alignment of AEAD and Generic Hash states #32

Merged
merged 1 commit into from
Oct 22, 2017

Conversation

silkeh
Copy link
Contributor

@silkeh silkeh commented Oct 7, 2017

As noted by @jedisct1 in #29, the following should be aligned:

  • crypto_aead_aes256gcm_state (on 16 bytes)
  • crypto_generichash_blake2b_state (on 64 bytes)
  • crypto_onetimeauth_poly1305_state (on 16 bytes, has not been wrapped)

This PR adds a new support function AlignedSlice to create aligned slices,
and uses it to correctly align the relevant slices.

@redragonx redragonx merged commit 757aafd into GoKillers:master Oct 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants