[noise] Noise library in Go

David Wong davidwong.crypto at gmail.com
Sat Nov 4 07:57:19 PDT 2017


> You can also look at NoiseSocket's Net.Conn implementation https://github.com/go-noisesocket/noisesocket/blob/master/conn.go
>
> Which uses github.com/flynn/noise

Ah, you mentioned this in your talk at Defcon and I failed to notice
it did exactly what I wanted to do! (Meaning it implements the
net.Conn interface.)
I will need to take a look at this and see how things differ, and
probably get influenced and steal some parts I like :))

I'm unfortunately a bit far from Moscow but is there any chance this
will be streamed/recorded?

I'm guessing your design of key transparency hasn't been implemented
yet right? This sounds really interesting (you mentioned that at
Defcon and it already triggered my interest back then!)

I'll be looking at both NoiseSocket and Disco in the upcoming weeks.
But it'd be cool if I can test interoperability with your
implementation at some point. (Even if both our libraries are in the
same language :/)

David


More information about the Noise mailing list