Removed Reset

pull/150/head
obscuren 11 years ago
parent c95a27e394
commit f1d6f1bd17
  1. 1
      ethutil/helpers.go

@ -27,7 +27,6 @@ func Ripemd160(data []byte) []byte {
func Sha3Bin(data []byte) []byte {
d := sha3.NewKeccak256()
d.Reset()
d.Write(data)
return d.Sum(nil)

Loading…
Cancel
Save