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
{{ message }}
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.
crypto_aead_chacha20poly1305_ietf_decrypt()
(note that the _ietf_ functions are similar to crypto_aead_chacha20poly1305_en/decrypt functions, but take a longer nonce (96 bit as opposed to 64bit))
I can work on a PR with my own attempt, but you seem like you have a much better grasp of the Ctypes toolchain than I do, so it would be great if you have time.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I need the Authenticated Encryption with Additional Data construction bound:
crypto_aead_chacha20poly1305_ietf_encrypt()
crypto_aead_chacha20poly1305_ietf_decrypt()
(note that the
_ietf_
functions are similar tocrypto_aead_chacha20poly1305_en/decrypt
functions, but take a longer nonce (96 bit as opposed to 64bit))I can work on a PR with my own attempt, but you seem like you have a much better grasp of the Ctypes toolchain than I do, so it would be great if you have time.
The text was updated successfully, but these errors were encountered: