stef / pysodium

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

Add crypto_stream_chacha20_ietf #106

Closed stsch9 closed 1 year ago

stsch9 commented 1 year ago

Hi,

I would like to add crypto_stream_chacha20_ietf, as I would like to construct the algorithm ChaCha20-BLAKE2b with this function, as described in Encrypt-then-MAC for Committing AEAD (cAEAD)

stef commented 1 year ago

thanks very much!