cryptag / secretstream

Implementation of libsodium's secretstream in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

secretstream

Implementation of libsodium's secretstream in Go

The main goal of this project is allow using secretstream between programs using libsodium and programs written in Go without resorting to wrapping libsodium in Go. golang.org/x/crypto has all necessary algorithms to make that happen.

Testing against libsodium

It is important that this implementation is compatible with libsodium. Tests tagged with compat_test use libsodium to test compatibility.

make sure you have libsodium installed and ready to be used

$ sudo apt install libsodium libsodium-dev

other platforms something similar

You're ready to run tests!

$ go test --tags=compat_test ./...

About

Implementation of libsodium's secretstream in Go

License:MIT License


Languages

Language:Go 100.0%