Documentation
¶
Overview ¶
Package hash implements hash functions used in the compiler toolchain.
Index ¶
Constants ¶
View Source
const ( // Size32 is the size of the 32-byte hash checksum. Size32 = 32 // Size20 is the size of the 20-byte hash checksum. Size20 = 20 // Size16 is the size of the 16-byte hash checksum. Size16 = 16 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.