Documentation
¶
Index ¶
Constants ¶
View Source
const ( // The size of the checksum in bytes. Size128 = 16 // The block size of the hash algorithm in bytes. BlockSize128 = 64 )
View Source
const ( // The size of the checksum in bytes. Size256 = 32 // The block size of the hash algorithm in bytes. BlockSize256 = 64 )
View Source
const ( // The size of the checksum in bytes. Size320 = 40 // The block size of the hash algorithm in bytes. BlockSize320 = 64 )
View Source
const BlockSize160 = 64
The block size of the hash algorithm in bytes.
View Source
const Size160 = 20
The size of the checksum in bytes.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.