Go implementation of the Noise Protocol Framework https://noiseprotocol.org
Go to file
Jonathan Rudenberg ad132441f7 Update package import in vectorgen
Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>
2016-07-12 22:58:03 -04:00
vectorgen Update package import in vectorgen 2016-07-12 22:58:03 -04:00
.travis.yml Add travis config 2016-07-12 22:23:58 -04:00
CONTRIBUTING.md Add README and CONTRIBUTING docs 2016-07-12 22:22:06 -04:00
LICENSE Initial implementation 2015-11-15 12:50:34 -05:00
README.md Add README and CONTRIBUTING docs 2016-07-12 22:22:06 -04:00
cipher_suite.go Hide cipher functions from docs 2016-07-12 22:56:22 -04:00
hkdf.go Add docs 2016-07-12 22:20:06 -04:00
noise_test.go Purge _E handshake patterns 2016-04-03 11:27:42 -04:00
patterns.go Implement XR pattern 2016-04-03 11:35:23 -04:00
state.go Fix docs typos 2016-07-12 22:45:32 -04:00
vector_test.go Implement XR pattern 2016-04-03 11:35:23 -04:00
vectors.txt Implement XR pattern 2016-04-03 11:35:23 -04:00

README.md

noise GoDoc Build Status

This is a Go package that implements the Noise Protocol Framework. See the documentation for usage information.