package
1.1.2
Repository: https://github.com/trustbloc/kms-go.git
Documentation: pkg.go.dev

# Structs

Crypto mock.

# Type aliases

BBSSignFunc mocks Crypto's BBSSign() function, it's useful for executing custom BBS+ signing with the help of Signing private Key.
DeriveProofFunc mocks Crypto's DeriveProofFunc() function, it's useful for executing custom BBS+ signing with the help of Signing public Key.
SignFunc mocks Crypto's Sign() function, it's useful for executing custom signing with the help of SignKey.