tel / saltine

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

Support ChaCha20-Poly2105 IETF variant #52

Closed ysangkok closed 3 years ago

ysangkok commented 5 years ago

Libsodium now has support for this AEAD scheme specified originally in RFC7539 (superseded by 8439 which is compatible AFAIK), which is now also implemented in Java and used in TLS 1.3.

Available in libsodium for three years: https://github.com/jedisct1/libsodium/commit/de451c23a0e53e2aa64f98eb04e0566245c696a1

It would be nice if there were bindings for it.

linearray commented 3 years ago

Fixed in master