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

change counter range of ctr mode iv from 128 to 32. #59

Open
Naruto opened this issue Oct 15, 2017 · 0 comments
Open

change counter range of ctr mode iv from 128 to 32. #59

Naruto opened this issue Oct 15, 2017 · 0 comments

Comments

@Naruto
Copy link
Owner

Naruto commented Oct 15, 2017

problem

Currently in simon-speck-c version, counter range of ctr mode is 128.

  • NICT requests GCM specification is counter range is 32.
  • ctr128_inc is too slow.

modify

  • speck_ctr_encrypt and speck_ctr_decrypt
    • change counter range of ctr mode iv from 128 to 32.

influence

break compatibility of speck ctr API.

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

No branches or pull requests

1 participant