package
1.0.0-alpha
Repository: https://github.com/liamsi/fabric-1.git
Documentation: pkg.go.dev

# Functions

AESCBCPKCS7Decrypt combines CBC decryption and PKCS7 unpadding.
AESCBCPKCS7Encrypt combines CBC encryption and PKCS7 padding.
GetRandomBytes returns len random looking bytes.
No description provided by the author
New returns a new instance of the software-based BCCSP set at the passed security level, hash family and KeyStore.
NewDefaultSecurityLevel returns a new instance of the software-based BCCSP at security level 256, hash family SHA2 and using FolderBasedKeyStore as KeyStore.
NewDefaultSecurityLevel returns a new instance of the software-based BCCSP at security level 256, hash family SHA2 and using the passed KeyStore.

# Structs

dummyKeyStore is a read-only KeyStore that neither loads nor stores keys.
fileBasedKeyStore is a folder-based KeyStore.