Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IKVStorage ¶ added in v1.5.10
type IKVStorage interface { GetSettings() ISettings Set([]byte, []byte) error Get([]byte) ([]byte, error) Del([]byte) error }
func NewCryptoStorage ¶
func NewCryptoStorage(pSettings ISettings, pWorkSize uint64) (IKVStorage, error)
pSettings.Hashing always = true
type ISettings ¶ added in v1.5.9
func NewSettings ¶ added in v1.5.9
Click to show internal directories.
Click to hide internal directories.