package
0.0.1
Repository: https://github.com/ibm/idemix.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Copyright IBM Corp.

# Functions

No description provided by the author
No description provided by the author

# Structs

CSP provides a generic implementation of the BCCSP interface based on wrappers.

# Interfaces

Decryptor is a BCCSP-like interface that provides decryption algorithms.
Encryptor is a BCCSP-like interface that provides encryption algorithms.
Hasher is a BCCSP-like interface that provides hash algorithms.
KeyDeriver is a BCCSP-like interface that provides key derivation algorithms.
KeyGenerator is a BCCSP-like interface that provides key generation algorithms.
KeyImporter is a BCCSP-like interface that provides key import algorithms.
Signer is a BCCSP-like interface that provides signing algorithms.
Verifier is a BCCSP-like interface that provides verifying algorithms.