mimoo / NoiseGo

An implementation of Noise in Go
41 stars 9 forks source link

added Noise_NN pattern #5

Closed logr4y closed 6 years ago

mimoo commented 6 years ago

Hey @logr4y, thanks for the PR!

I've purposefully did not implement Noise_NN because of it being insecure by default. Is there any good reason you want to use it?

logr4y commented 6 years ago

I'd like to use this library as a base for some network tools I'm writing. The NN pattern is the easiest round-trip pattern to test as it requires less overhead (no keys, no psk, etc.), so it's mostly convenience :)

mimoo commented 6 years ago

You might want to look into Noise_NNpsk2 which should make testing easier. I don't have any documentation on that here, but Disco has some which should be similar to NoiseGo.