@digitalbazaar/ed25519-verification-key-2018

v4.0.0
A library for generating and working with Ed25519 key pairs, for use with crypto-ld.
Decentralized DID Credential Cryptography Linked Data

test

npm run test-node

test-node

cross-env NODE_ENV=test mocha --preserve-symlinks -t 10000 tests/**/*.spec.js

test-karma

karma start tests/karma.conf.cjs

coverage

cross-env NODE_ENV=test c8 npm run test-node

coverage-ci

cross-env NODE_ENV=test c8 --reporter=lcovonly --reporter=text-summary --reporter=text npm run test-node

coverage-report

c8 report

lint

eslint .
npm i @digitalbazaar/ed25519-verification-key-2018

Metadata

Downloads