Skip to content

AraBlocks/ld-cryptosuite-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ld-cryptosuite-registry

Linked Data Cryptographic Suite Registry as a module

Abstract

This module exports all known linked data keys as defined in the W3C Linked Data Cryptographic Suite Registry as a Set of Key Identifier names.

Installation

$ npm install ls-cryptosuite-registry

Usage

const {
  kEd25519VerificationKey2018,
  kEdDsaSAPublicKeySecp256k1,
  kRsaVerificationKey2018,
  Curve25519EncryptionPublicKey,
} = require('ld-cryptosuite-registry')

See Also

License

MIT