Package Exports
- ld-cryptosuite-registry
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ld-cryptosuite-registry) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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
- Linked Data Cryptographic Suite Registry
- https://w3c-dvcg.github.io/lds-ed25519-2018/
- https://w3c-dvcg.github.io/lds-rsa2018/
License
MIT