package
1.2.0
Repository: https://github.com/trustbloc/vc-go.git
Documentation: pkg.go.dev

# Functions

CheckProof checks that jwt have correct signature.
Parse parses input CWT in serialized form into JSON Web Token.
ParseAndCheckProof parses input JWT in serialized form into JSON Web Token and check signature proof.

# Structs

SignParameters contains parameters of signing for cwt vc.
Verifier verifies CWT proof.

# Interfaces

ProofChecker used to check proof of jwt vc.
ProofCreator defines signer interface which is used to sign VC JWT.