Crate synaptic_qudag_core

Source
Expand description

Synaptic QuDAG Core - DAG networking and consensus for neural mesh networks

This crate provides the foundational DAG (Directed Acyclic Graph) networking and consensus mechanisms for the Synaptic Neural Mesh project.

Modules§

crypto
Cryptographic utilities

Structs§

QuDAGConsensus
Consensus mechanism for QuDAG
QuDAGNetwork
QuDAG network manager
QuDAGNode
A node in the QuDAG network

Enums§

QuDAGError
QuDAG specific errors

Type Aliases§

Result