An implementation of the chacha20poly1305 AEAD construction.
Stars
25
Forks
4
Watchers
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
30
commits
Merge pull request #3 from tmthrgd/append-plaintext
f8a5c48
make chacha20Key.Open append plaintext to dst
99f5655
Test with Go 1.4rc1.
3d1eede
Last redoubt of go.crypto.
277f57f
Move to golang.org/x/crypto.
01702a6
Only test on Go 1.3.3.
5149c42
Re-flow some comments, and re-arrange some types.
46e3ddf
Stop prefixing errors with the package name.
5bf843e
Update for changes in chacha20.
18beb04
Only test on Go 1.3.1 and tip.
ee7ca4f
Rename NewChaCha20Poly1305 to New.
a062f02
Change to the MIT license.
f70784f
Improved package docs.
d98c40f
Also test with tip.
f833de8
Test w/ 1.2, not tip.
ef3adaa