Documentation ¶
Index ¶
Constants ¶
View Source
const ( // HashSize defines the size of hash HashSize = 32 // PKHashSize defines the size of public-key hash PKHashSize = 20 // DKGHashSize defines the size of a DKG hash DKGHashSize = 20 )
Variables ¶
View Source
var ( // ZeroHash32B is 32-bytes of all zero ZeroHash32B = Hash32B{} )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.