Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hash32Repo ¶
type Hash32Repo interface { Sum(s string) string SumBytes(b []byte) string SumTimes(s string, times uint) string SumBytesTimes(b []byte, times uint) string Sum32(b []byte) (uint32, error) }
Hash32Repo hash32 functions manager
Click to show internal directories.
Click to hide internal directories.