Skip to content

Commit

Permalink
crypto: make unit tests work with Go 1.13 (ethereum#20053)
Browse files Browse the repository at this point in the history
  • Loading branch information
gzliudan committed Dec 2, 2024
1 parent 1b12bea commit 8db6288
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crypto/ecies/ecies_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ import (
"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.
func TestKDF(t *testing.T) {
msg := []byte("Hello, world")
Expand Down

0 comments on commit 8db6288

Please sign in to comment.