[noise] Noise library in Go

Trevor Perrin trevp at trevp.net
Sat Nov 4 09:20:53 PDT 2017


On Sat, Nov 4, 2017 at 2:29 PM, David Wong <davidwong.crypto at gmail.com> wrote:
> Hello all,
>
> I have a library in Go here: https://github.com/mimoo/NoiseGo/blob/master/noise/
>
> It's in beta, so don't use that in prod.
>
> It's Noise_{N,KK,NX,NK,XX}_25519_ChachaPoly_SHA256 with a minimal
> framing done with a 2-byte length header and some code for
> authentication of the static keys in X patterns:


Cool, code looks nice and well-documented.

I linked this from the wiki: https://github.com/noiseprotocol/noise_wiki/wiki

If you fleshed out the patterns and crypto choices we could link this
from the main website (though I'm not sure that's your goal).


Trevor


More information about the Noise mailing list