ed25519: use golang/x/crypto fork (#2558)

* ed25519: use golang/x/crypto fork

* changelog

* gix GenerateFromPassword

* fixes from review
This commit is contained in:
Ethan Buchman
2018-10-11 10:01:53 -04:00
committed by GitHub
parent 9a6cdaddf2
commit feb08fa4f8
11 changed files with 51 additions and 81 deletions

View File

@@ -10,6 +10,7 @@ import (
"net"
"time"
// forked to github.com/tendermint/crypto
"golang.org/x/crypto/chacha20poly1305"
"golang.org/x/crypto/curve25519"
"golang.org/x/crypto/nacl/box"