PointyCastle / pointycastle

Moved into the Bouncy Castle project: https://github.com/bcgit/pc-dart
MIT License
270 stars 76 forks source link

Support TLS with ChaCha20/Poly1305 #104

Open stevenroose opened 8 years ago

stevenroose commented 8 years ago

Here is the BC implementation: https://github.com/bcgit/bc-java/blob/master/core/src/main/java/org/bouncycastle/crypto/engines/ChaCha7539Engine.java

It depends on ChaCha20 (#102) and Poly1305 (#103).