Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Encryptor ¶
type Hasher ¶
type KeyDeriver ¶
func (*KeyDeriver) KeyDeriv ¶
func (kd *KeyDeriver) KeyDeriv(k bccsp.Key, opts bccsp.KeyDerivOpts) (dk bccsp.Key, err error)
type KeyGenerator ¶
type KeyGenerator struct { OptsArg bccsp.KeyGenOpts Value bccsp.Key Err error }
func (*KeyGenerator) KeyGen ¶
func (kg *KeyGenerator) KeyGen(opts bccsp.KeyGenOpts) (k bccsp.Key, err error)
type KeyImporter ¶
func (*KeyImporter) KeyImport ¶
func (ki *KeyImporter) KeyImport(raw interface{}, opts bccsp.KeyImportOpts) (k bccsp.Key, err error)
Click to show internal directories.
Click to hide internal directories.