Skip to main content

Crate qcomm_core

Crate qcomm_core 

Source
Expand description

§Quantum Communicator Core

A post-quantum secure chat library compatible with BitChat protocol.

§Features

  • PQ-Triple-Ratchet: ML-KEM + SPHINCS+ based forward-secure encryption
  • BitChat Compatibility: Speaks native BLE mesh and Nostr protocols
  • QRNG Integration: Hardware quantum random number generation
  • QKD Enhancement: Quantum key distribution when hardware available
  • QuantumHarmony Node: Embedded light client for on-chain features
  • AI Agents: Built-in agent framework for automated channel participation

Modules§

crypto
Cryptographic primitives for Quantum Communicator

Structs§

Config
Configuration for the Quantum Communicator

Enums§

Error
Errors that can occur in Quantum Communicator

Constants§

BITCHAT_PROTOCOL_VERSION
Protocol version for BitChat compatibility
PQC_PROTOCOL_VERSION
PQC extension protocol version
VERSION
Library version

Type Aliases§

Result
Result type alias using our Error type