Go implementation of the Noise Protocol Framework https://noiseprotocol.org
Go to file
Jonathan Rudenberg 01cefa3e20 Merge pull request #15 from Katzenpost/add_rekey.1
Add Rekey as per latest specification
2017-07-11 13:14:38 -04:00
vectorgen vectorgen: create even more vector combinations 2017-05-15 13:31:05 +02: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 Use faster ChaCha20-Poly1305 implementation from golang.org/x/crypto 2017-01-09 11:35:45 -05:00
hkdf.go psk mode: update for redesign 2017-05-15 13:21:07 +02:00
noise_test.go Add the Rekey feature as described in spec 2017-07-11 17:07:19 +00:00
patterns.go Implement XR pattern 2016-04-03 11:35:23 -04:00
state.go Add the Rekey feature as described in spec 2017-07-11 17:07:19 +00:00
vector_test.go vector_test: update to new psk mode 2017-05-15 13:24:16 +02:00
vectors.txt vectorgen: create even more vector combinations 2017-05-15 13:31:05 +02:00

README.md

noise GoDoc Build Status

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