Jason A. Donenfeld 6a0d1cad82 psk mode: update for redesign
The PSK mode has been redesigned in the latest revision of Noise, which
WireGuard is using. This patch updates the library to use this new
construction. It adds a outputs parameter to HKDF, a
PresharedKeyPlacement config parameter, as well as a PSK token. This has
been tested against the latest WireGuard git master, and the two are
compatible.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-05-15 13:21:07 +02:00
2016-07-12 22:23:58 -04:00
2017-05-15 13:21:07 +02:00
2015-11-15 12:50:34 -05:00
2016-04-03 11:35:23 -04:00
2016-07-12 22:22:06 -04:00
2017-05-15 13:21:07 +02:00
2016-04-03 11:35:23 -04:00

noise GoDoc Build Status

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

Description
Go implementation of the Noise Protocol Framework
https://noiseprotocol.org
Readme BSD-3-Clause
Languages
Go 100%