Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BLAKE2 ¶
type BLAKE2 struct {
// contains filtered or unexported fields
}
Key is an object that stores the key data (in bytes), and also a pre-computed checksum of the key
func NewBLAKE2Key ¶
NewKey creates a new Key object with the given key data
func NewBLAKE2KeyStr ¶
NewKeyStr creates a new Key object with the given key string data
type SHA256 ¶
type SHA256 struct {
// contains filtered or unexported fields
}
Key is an object that stores the key data (in bytes), and also a pre-computed checksum of the key
func NewSHA256Key ¶
NewKey creates a new Key object with the given key data
func NewSHA256KeyStr ¶
NewKeyStr creates a new Key object with the given key string data
Click to show internal directories.
Click to hide internal directories.