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

Add update-finalize API for hashes (BLAKE2, SHA256, SHA512) + generichash #4

Open
lvh opened this issue Apr 19, 2016 · 1 comment
Open

Comments

@lvh
Copy link
Owner

lvh commented Apr 19, 2016

Currently we only support the one-shot API.

@lvh lvh changed the title Add update-finalize API for hashes (BLAKE2, SHA256, SHA512) Add update-finalize API for hashes (BLAKE2, SHA256, SHA512) + generichash May 9, 2016
@lvh
Copy link
Owner Author

lvh commented May 9, 2016

This is a little tricky because we need to bind the crypto_*_state structs. Even if they're opaque, I believe that means you need to create a type for them in jnr-ffi, although you might be able to handwavily void * them.

lvh added a commit that referenced this issue May 9, 2016
lvh added a commit that referenced this issue May 22, 2016
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