Documentation ¶
Overview ¶
Stamper implements a password-based key derivation function to stamp user-supplied content, for example to provide a secure hash of a user supplied password.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrStamp = errors.New("stamper: stamping failed, check your input parameters.")
Functions ¶
This section is empty.
Types ¶
type Bulla ¶
Bulla is the name for the hash returned by the stamp function. The Bulla can be used as a `key` in symmetric encryption.
Click to show internal directories.
Click to hide internal directories.