@zcloak/keyring
v2.0.0
Published
zCloak keyring package
Downloads
109
Readme
@zcloak/keyring
The Keyring allows you to manage a set of keys in a consistent environment, allows you to perform operations on these keys (such as sign/verify) and never exposes the secretKey to the outside world.
Usage
Installation -
yarn add @zcloak/keyring
Classes and Functions can be imported as follows:
import { Keyring } from '@zcloak/keyring';