Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Chunkify ¶
Given items = []byte("abcdefgh") and chunkSize = 3 function will return [][]byte{{'a', 'b', 'c'}, {'d', 'e', 'f'}, {'g', 'h'}}
func NewPseudoRandomFamilySignature ¶
Use seeded pseudo random number generator to generate signature for CSHAKE hash function family
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.