Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapHashFunc ¶
var Map0ShaHashFunc MapHashFunc = func(input []byte) []byte { res := sha256simd.Sum256(input) return res[:] }
var Map2ShaHashFunc MapHashFunc = func(input []byte) []byte { res := sha256.Sum256(input) return res[:] }
Click to show internal directories.
Click to hide internal directories.