remove libsodium dependency in favor of the native go/crypto ed25519 library

This commit is contained in:
2021-05-07 12:27:53 -04:00
parent 366db272f4
commit d837630ff6
4 changed files with 59 additions and 57 deletions

View File

@@ -9,7 +9,6 @@ Install required dependencies
This example assumes Ubuntu 16.04
```sh
sudo apt-get install pkg-config libsodium-dev
go get github.com/hkparker/go-i2p
go get github.com/Sirupsen/logrus
go get github.com/stretchr/testify/assert