2.0.0 • Published 2 years ago

@verixyz/kms-local v2.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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.

Classes

KeyManagementSystem

SecretBox