parent
cb7f35996d
commit
926b3e08ba
|
@ -30,7 +30,7 @@ type hasher struct {
|
|||
sha crypto.KeccakState
|
||||
tmp []byte
|
||||
encbuf rlp.EncoderBuffer
|
||||
parallel bool // Whether to use paralallel threads when hashing
|
||||
parallel bool // Whether to use parallel threads when hashing
|
||||
}
|
||||
|
||||
// hasherPool holds pureHashers
|
||||
|
|
Loading…
Reference in New Issue