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