Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSuite ¶
func GetSuite(securityLevel int, hashFamily string, keyStore bccsp.KeyStore) (core.CryptoSuite, error)
GetSuite returns a new instance of the software-based BCCSP set at the passed security level, hash family and KeyStore.
func GetSuiteByConfig ¶
func GetSuiteByConfig(config core.CryptoSuiteConfig) (core.CryptoSuite, error)
GetSuiteByConfig returns cryptosuite adaptor for bccsp loaded according to given config
func GetSuiteWithDefaultEphemeral ¶
func GetSuiteWithDefaultEphemeral() (core.CryptoSuite, error)
GetSuiteWithDefaultEphemeral returns cryptosuite adaptor for bccsp with default ephemeral options (intended to aid testing)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.