mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +00:00
crypto: make unit tests work with Go 1.13 (#20053)
This commit is contained in:
parent
ad5e7d6db3
commit
e1eb00ef99
1 changed files with 0 additions and 8 deletions
|
|
@ -43,14 +43,6 @@ import (
|
||||||
"github.com/XinFinOrg/XDPoSChain/crypto"
|
"github.com/XinFinOrg/XDPoSChain/crypto"
|
||||||
)
|
)
|
||||||
|
|
||||||
//var dumpEnc bool
|
|
||||||
//
|
|
||||||
//func init() {
|
|
||||||
// flDump := flag.Bool("dump", false, "write encrypted test message to file")
|
|
||||||
// flag.Parse()
|
|
||||||
// dumpEnc = *flDump
|
|
||||||
//}
|
|
||||||
|
|
||||||
// Ensure the KDF generates appropriately sized keys.
|
// Ensure the KDF generates appropriately sized keys.
|
||||||
func TestKDF(t *testing.T) {
|
func TestKDF(t *testing.T) {
|
||||||
msg := []byte("Hello, world")
|
msg := []byte("Hello, world")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue