0.3.3 • Published 5 years ago

ld-cryptosuite-registry v0.3.3

Weekly downloads
49
License
MIT
Repository
github
Last release
5 years ago

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