Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 790 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 790 Bytes

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