UNPKG

ssb-keyring

Version:

A persistence store for encryption keys for scuttlebutt. It's purpose is to make easy to answer box2 encryption/ decryption questions.

9 lines 118 B
tests: image: name: node:16 cache: paths: - node_modules/ script: - npm install - npm test