Documentation ¶
Index ¶
Constants ¶
View Source
const ( // The size of a LSH-512 checksum in bytes. Size = 64 // The size of a LSH-512-224 checksum in bytes. Size224 = 28 // The size of a LSH-512-256 checksum in bytes. Size256 = 32 // The size of a LSH-384 checksum in bytes. Size384 = 48 // The blocksize of LSH-512, LSH-384, LSH-512-256 and LSH-512-224 in bytes. BlockSize = 256 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.