Implements a mostly-working Noise IK handshake on a socket with multiple...
Implements a mostly-working Noise IK handshake on a socket with multiple subsessions. Does not implement conns or listeners yet.
... | ... | @@ -3,7 +3,11 @@ module github.com/go-i2p/go-i2p |
go 1.16 | ||
require ( | ||
github.com/dchest/siphash v1.2.3 // indirect | ||
github.com/emirpasic/gods v1.18.1 | ||
github.com/flynn/noise v1.0.0 | ||
github.com/go-noisesocket/noisesocket v0.0.0-20191014121341-f487ac765620 | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa | ||
... | ... |
Please register or sign in to comment