Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BBSSignFunc ¶ added in v0.1.6
type BBSSignFunc = mockcrypto.BBSSignFunc
BBSSignFunc mocks Crypto's BBSSign() function, it's useful for executing custom BBS+ signing with the help of Signing private Key.
type DeriveProofFunc ¶ added in v0.1.6
type DeriveProofFunc = mockcrypto.DeriveProofFunc
DeriveProofFunc mocks Crypto's DeriveProofFunc() function, it's useful for executing custom BBS+ signing with the help of Signing public Key.
type SignFunc ¶ added in v0.1.4
type SignFunc = mockcrypto.SignFunc
SignFunc mocks Crypto's Sign() function, it's useful for executing custom signing with the help of SignKey.
Click to show internal directories.
Click to hide internal directories.