Documentation ¶
Index ¶
- type Signer
- func (s *Signer) CreateCredential(data []byte) ([]byte, error)
- func (s *Signer) CreateCredentialProof(key string, vc []byte) ([]byte, error)
- func (s *Signer) CreatePresentation(data []byte) ([]byte, error)
- func (s *Signer) CreatePresentationProof(key string, vp []byte) ([]byte, error)
- func (s *Signer) VerifyCredentialProof(vc []byte) error
- func (s *Signer) VerifyPresentationProof(vp []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Signer ¶
type Signer struct {
// contains filtered or unexported fields
}
func (*Signer) CreateCredentialProof ¶
func (*Signer) CreatePresentation ¶
func (*Signer) CreatePresentationProof ¶
func (*Signer) VerifyCredentialProof ¶
func (*Signer) VerifyPresentationProof ¶
Click to show internal directories.
Click to hide internal directories.