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