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

Support constant time helper functions #4

Open
aead opened this issue Mar 2, 2017 · 0 comments
Open

Support constant time helper functions #4

aead opened this issue Mar 2, 2017 · 0 comments

Comments

@aead
Copy link
Owner

aead commented Mar 2, 2017

libhydrogen provides some useful helper functions for incrementing a byte array/slice or testing equality of two byte arrays/slices in constant time.
Currently crypto/subtle provides some (unfortunately not all) of this functions - so maybe implement them in a seperate hydrogen/subtle package.

@aead aead self-assigned this Mar 2, 2017
aead pushed a commit that referenced this issue Mar 2, 2017
Introduce the subtle package - it implements some useful helper functions in constant time.
Updates #4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant