Documentation
¶
Index ¶
Constants ¶
View Source
const Size = md4.Size
Variables ¶
This section is empty.
Functions ¶
func FileChecksum ¶ added in v0.2.0
func SignExtend ¶
SignExtend mirrors how C converts from (signed char) to uint32, i.e. using sign extension. get_checksum1 treats the buffer as (signed char*) instead of (unsigned char*), which likely was not a conscious choice, but here we are.
This function is exported for use in the rolling checksum in match.go.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.