repositorypackage
0.1.1
Repository: https://github.com/devfacet/cipherman.git
Documentation: pkg.go.dev
# README
Cipherman
A Golang library that provides various cipher implementations.
Usage
See chacha20poly1305_test.go, x25519xchacha20poly1305_test.go and ecdhxchacha20poly1305_test.go.
Test
# Run tests
make test
# Continuous testing
make test-ui
# Benchmarks
make test-benchmarks
Contributing
See CONTRIBUTING.md
License
Licensed under The MIT License (MIT)
For the full copyright and license information, please view the LICENSE.txt file.