Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IKeyDerivationFunction ¶
type IKeyDerivationFunction interface { Name() string NewKey(password []byte, keyLen int) (key []byte, salt []byte, param []byte, err error) NewKeyWithParam(password []byte, keyLen int, param []byte) (key []byte, salt []byte, err error) RebuildKey(password []byte, keyLen int, salt []byte, param []byte) (key []byte, err error) }
Click to show internal directories.
Click to hide internal directories.