Crate lock_keeper

source ·
Expand description

Cryptography, protocols, and other shared types and context used by multiple entities in the Lock Keeper digital asset management system.

⚠️ Usage: This crate should not be used directly by developers outside of Bolt Labs. It is designed as a dependency for other crates in the ecosystem, including lock-keeper-key-server and lock-keeper-client.

Re-exports§

Modules§

  • Configuration types
  • Constants that are shared between other crates in this workspace. Crate-specific constants should go in their respective crates.
  • Application-specific cryptographic types and operations.
  • Error type for all errors returned to code outside of this crate.
  • Modules that facilitate basic client-server operations
  • Type definitions that are shared between crates but have little to no logic.