Crates.io | vade-jwt-vc |
lib.rs | vade-jwt-vc |
version | 0.2.0 |
source | src |
created_at | 2022-05-06 14:04:41.90849 |
updated_at | 2022-08-25 11:55:32.625294 |
description | plugin to issue VC with simple JWT signature based on SECP256K1 curve |
homepage | |
repository | |
max_upload_size | |
id | 581705 |
size | 69,844 |
This crate allows you to issue and verify VC with simple JWT signature based on SECP256K1 curve.
For this purpose a VadePlugin
implementation is exported: VadeJwtVC
.
Supports issue and verify VC with simple JWT signature based on SECP256K1 curve:
vc_zkp_issue_credential
vc_zkp_verify_proof
vc_zkp_create_revocation_registry_definition
vc_zkp_revoke_credential
cargo build --release