Documentation ¶
Index ¶
Constants ¶
View Source
const ( // hash size Size224 = 28 Size256 = 32 BlockSize256 = 64 )
View Source
const ( // hash size Size384 = 48 Size512 = 64 BlockSize512 = 128 )
Variables ¶
View Source
var K512 = []uint64{
16 * 0x0555555555555555, 17 * 0x0555555555555555,
18 * 0x0555555555555555, 19 * 0x0555555555555555,
20 * 0x0555555555555555, 21 * 0x0555555555555555,
22 * 0x0555555555555555, 23 * 0x0555555555555555,
24 * 0x0555555555555555, 25 * 0x0555555555555555,
26 * 0x0555555555555555, 27 * 0x0555555555555555,
28 * 0x0555555555555555, 29 * 0x0555555555555555,
30 * 0x0555555555555555, 31 * 0x0555555555555555,
}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.