tel / saltine

Cryptography that's easy to digest (NaCl/libsodium bindings)
https://github.com/tel/saltine
MIT License
61 stars 29 forks source link

Adding support for generichash (Blake2b) #54

Closed donatello closed 4 years ago

donatello commented 4 years ago

I would like to add generichash support to this library via binding to libsodium's crypto_generichash - would you be willing to review/give feedback on a pull request adding this binding? I am developing a haskell library for Paseto tokens and need a binding to Blake2b.

linearray commented 4 years ago

Thank you very much for the PR, I will take a look at this next week, once my workload has dropped to reasonable levels.

donatello commented 4 years ago

@linearray Friendly reminder to please take a look at the pull request.

linearray commented 4 years ago

Sorry for the delay, I promise I'll get to it today.

linearray commented 4 years ago

Merged.