Documentation ¶
Overview ¶
Package lsh256 implements the LSH-256, LSH-256-224 hash algorithms as defined in KS X 3262
Index ¶
Constants ¶
View Source
const ( // The size of a LSH-256 checksum in bytes. Size = 32 // The size of a LSH-224 checksum in bytes. Size224 = 28 // The blocksize of LSH-256 and LSH-224 in bytes. BlockSize = 128 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.