Add seed-able cryptographic random.

This commit is contained in:
Jae Kwon
2016-03-13 09:40:15 -07:00
parent 76ba23e4c0
commit 264d2a3eef
4 changed files with 119 additions and 1 deletions

View File

@ -5,7 +5,6 @@ import (
"testing"
"github.com/tendermint/ed25519"
. "github.com/tendermint/go-common"
"github.com/tendermint/go-wire"
)