Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.32 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.32 KB

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.