trust-store
Web of Trust with TOFU (Trust-On-First-Use) key verification for P2P networks.
Features
- TOFU key pinning — pin a peer's public key on first contact
- Key change detection — flag potential MITM attacks
- Social graph attestation — peers vouch for each other's keys
- Computed trust scores — bubble trust through the graph with decay
- Ed25519 signature verification — cryptographically verify attestations
Installation
[]
= "0.1"
Quick Start
use TrustStore;
let store = new;
let key = vec!;
let is_new = store.verify_or_pin.await.unwrap;
assert!;
License
Licensed under either of Apache License 2.0 or MIT license.