route/vendor/github.com/brandur/simplebox
Cadey Ratio 50c1deaa7d
change from vendor to dep
2017-10-06 08:29:20 -07:00
..
.travis.yml change from vendor to dep 2017-10-06 08:29:20 -07:00
LICENSE.txt change from vendor to dep 2017-10-06 08:29:20 -07:00
README.md change from vendor to dep 2017-10-06 08:29:20 -07:00
doc.go update vendor 2017-01-25 20:25:54 -08:00
example_test.go change from vendor to dep 2017-10-06 08:29:20 -07:00
simplebox.go update vendor 2017-01-25 20:25:54 -08:00
simplebox_test.go change from vendor to dep 2017-10-06 08:29:20 -07:00

README.md

simplebox

build status GoDoc

Package simplebox provides a simple, easy-to-use cryptographic API where all of the hard decisions have been made for you in advance. The backing cryptography is XSalsa20 and Poly1305, which are known to be secure and fast.

This package is a Golang port of the RbNaCl module of the same name.

Installation and Usage

go get github.com/brandur/simplebox

Please see godoc for usage information and examples.