mpc-wallet-core 0.1.0

Core MPC wallet library for AI agents with 2-of-3 threshold signing
Documentation
1
2
3
4
5
6
7
8
//! Fuzz tests module
//!
//! Property-based testing using proptest to find edge cases:
//! - Policy engine fuzzing
//! - Signing flow fuzzing

pub mod policy_fuzz;
pub mod signing_fuzz;