tel / saltine

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

Feature/secretbox detached #37

Closed TomMD closed 6 years ago

TomMD commented 6 years ago

Add bindings for crypto_secretbox_detached and the matching _open.

This is forked from the prior patch that exposed randomVector. Can cherrypick if desired.