ld-cryptosuite-registry

Linked Data Cryptographic Suite Registry as a module

Usage no npm install needed!

<script type="module">
  import ldCryptosuiteRegistry from 'https://cdn.skypack.dev/ld-cryptosuite-registry';
</script>

README

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