Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter interface {
FromBytes(input []byte) (*Hash, error)
FromMultiBytes(input [][]byte) (*Hash, error)
FromString(input string) (*Hash, error)
}
Adapter represents an hash adapter
Click to show internal directories.
Click to hide internal directories.