0.10.2 • Published 1 year ago

@sphereon/bls-kms-local v0.10.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

A Sphereon KMS implementation that provides Ed25519 and secp256k1 and Bls crypto.

This module is an extension of KeyManagementSystem and key-manager plugin to provide bls functionality to a Veramo agent.

The keys managed by this module are stored in an implementation of AbstractPrivateKeyStore. See MemoryPrivateKeyStore or PrivateKeyStore for implementations.