Linked Data Cryptographic Suite Registry as a module
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.
$ npm install ls-cryptosuite-registry
const {
kEd25519VerificationKey2018,
kEdDsaSAPublicKeySecp256k1,
kRsaVerificationKey2018,
Curve25519EncryptionPublicKey,
} = require('ld-cryptosuite-registry')
- Linked Data Cryptographic Suite Registry
- https://w3c-dvcg.github.io/lds-ed25519-2018/
- https://w3c-dvcg.github.io/lds-rsa2018/
MIT