# README
TrustBloc Verifiable Credential (VC) Go Library
The TrustBloc VC Go repo contains W3C Verifiable Credential(VC) related shared code.
The library has the following implementations.
- W3C Verifiable Credential(VC) Data model
- JSON-LD Signature Suites
- BbsBlsSignature2020
- EcdsaSecp256k1Signature2019
- Ed25519Signature2018
- Ed25519Signature2020
- JsonWebSignature2020
- Data Integrity
- JWT Signature Suites
- JSON-LD Signature Suites
- DIF Presentation Exchange
- Verifiable Credential(VC) Status
- DIF Well Known DID Configuration
License
Apache License, Version 2.0 (Apache-2.0). See the LICENSE file.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package sdjwt implements creating JSON Web Token (JWT) documents that support selective disclosure of JWT claims.
Package status implements a Verifiable Credential Status API Client.
No description provided by the author
Package verifiable implements Verifiable Credential and Presentation data model (https://www.w3.org/TR/vc-data-model).
No description provided by the author