Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KEYTable = makeTable(0x80e2)
Functions ¶
func ChecksumKey ¶
Types ¶
type SnowNode ¶
func (*SnowNode) GenSnowStr ¶
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
Table is a 256-word table representing the polynomial for efficient processing.
func MakeBitsReversedTable ¶
MakeBitsReversedTable returns the Table constructed from the specified polynomial.
func MakeTableNoXOR ¶
MakeTableNoXOR returns the Table constructed from the specified polynomial. Updates happen without XOR in and XOR out.
Click to show internal directories.
Click to hide internal directories.