A Golang library that provides various cipher implementations.
See chacha20poly1305_test.go, x25519xchacha20poly1305_test.go and ecdhxchacha20poly1305_test.go.
# Run tests
make test
# Continuous testing
make test-ui
# Benchmarks
make test-benchmarks
See CONTRIBUTING.md
Licensed under The MIT License (MIT)
For the full copyright and license information, please view the LICENSE.txt file.