github.com/cryptoscope/secretstream

Go port of secret-handshake


License
MIT
Install
go get github.com/cryptoscope/secretstream

Documentation

secretstream Build Status GoDoc Go Report Card License: MIT REUSE status

A port of secret-handshake to Go.

Provides an encrypted bidirectional stream using two boxstreams. Uses secret-handshake to negotiate the keys and nonces.

Development

If you want to run the compatability tests against the nodejs implementation, run npm ci && go test -tags interop_nodejs on the secrethandshake and boxstream sub-packages.