jsonld-signatures-merkleproof2019
Version:
A jsonld signature implementation to support MerkleProof2019 verification in Verifiable Credential context
11 lines (10 loc) • 417 B
JavaScript
import BLOCKCERTSV2_ALPHA from './blockcerts.v2-alpha.json' with { type: 'json' };
import BLOCKCERTSV3_ALPHA from './blockcerts.v3-alpha.json' with { type: 'json' };
import BLOCKCERTSV3_BETA from './blockcerts.v3-beta.json' with { type: 'json' };
import ED25519 from './ed25519Context.json' with { type: 'json' };
export default {
BLOCKCERTSV2_ALPHA,
BLOCKCERTSV3_ALPHA,
BLOCKCERTSV3_BETA,
ED25519
};