You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
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
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
Currently we only support the one-shot API.
The text was updated successfully, but these errors were encountered: