skippydb 0.2.2

A high-performance verifiable key-value store with SHA256 Merkle trees and optional CUDA GPU acceleration, designed for blockchain state storage.
1
2
3
4
pub mod node;
pub mod utils;
pub mod witness;
pub mod witnessupdater;