@trblmkr/kms-local-pk
v1.0.0
Published
Veramo KMS implementation that provides Ed25519 and secp256k1 crypto
Downloads
14
Maintainers
Readme
Veramo Local KMS
A Veramo KMS implementation that provides Ed25519 and secp256k1 crypto.
This module provides an implementation
of AbstractKeyManagementSystem
that can be used by the
@veramo/key-manager
plugin to provide Secp256k1, Ed25519, and X25519 crypto functionality to a
Veramo agent.
The keys managed by this module are stored in an implementation
of AbstractPrivateKeyStore
.
See MemoryPrivateKeyStore
or PrivateKeyStore
for implementations.