Documentation ¶
Overview ¶
Package coniks provides CONIKS hashing for maps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Default is the standard CONIKS hasher. Default = New(crypto.SHA512_256) )
Domain separation prefixes
Functions ¶
This section is empty.
Types ¶
type Hasher ¶ added in v1.3.12
Hasher implements the sparse merkle tree hashing algorithm specified in the CONIKS paper.
func (*Hasher) HashChildren ¶ added in v1.4.0
HashChildren returns the internal Merkle tree node hash of the two child nodes l and r. The hashed structure is H(l || r).
Click to show internal directories.
Click to hide internal directories.