stef / pysodium

wrapper for libsodium providing high level crypto primitives
Other
130 stars 50 forks source link

changes for crypto_secretbox_detached and crypto_secretbox_open_detached #97

Closed berndb84 closed 3 years ago

berndb84 commented 3 years ago

Hello @stef , here you can find all my changes regarding the functions crypto_secretbox_detached and crypto_secretbox_open_detached. Hopefully it fits :-)

stef commented 3 years ago

excellent work! thanks a lot! pushed also a new 0.7.6 to pypi, and will make a release on gh.