From 33d233d3e18359123993d3f54987441290faf212 Mon Sep 17 00:00:00 2001 From: Dave McGregor Date: Thu, 3 Jan 2019 16:15:26 -0600 Subject: vendor, crypto, swarm: switch over to upstream sha3 package --- swarm/bmt/bmt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swarm/bmt/bmt.go') diff --git a/swarm/bmt/bmt.go b/swarm/bmt/bmt.go index a85d4369e..18eab5a2b 100644 --- a/swarm/bmt/bmt.go +++ b/swarm/bmt/bmt.go @@ -61,7 +61,7 @@ const ( ) // BaseHasherFunc is a hash.Hash constructor function used for the base hash of the BMT. -// implemented by Keccak256 SHA3 sha3.NewKeccak256 +// implemented by Keccak256 SHA3 sha3.NewLegacyKeccak256 type BaseHasherFunc func() hash.Hash // Hasher a reusable hasher for fixed maximum size chunks representing a BMT -- cgit v1.2.3