1.0.0 • Published 5 months ago

@trblmkr/kms-local-pk v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

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.