mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-22 19:56:25 +00:00
Security Fixes: - CRITICAL: Add zeroize on drop for FinancialProver to prevent memory extraction - HIGH: Fix WASM type import (ProdVerificationResult -> VerificationResult) - MEDIUM: Add input validation for zero rent/multiplier/budget values - Use checked_mul instead of saturating_mul for overflow detection Performance Optimizations: - Reduce generator memory from 16 MB to 8 MB (1-party vs 16-party) - Add zeroize dependency (1.8) for secure memory clearing Documentation: - Add comprehensive ZK performance analysis docs - Add benchmark suite for criterion testing - Add optimization quick reference and examples All 7 production ZK tests pass. |
||
|---|---|---|
| .. | ||
| plaid-local-learning.md | ||
| README_ZK_PERFORMANCE.md | ||
| zk_optimization_example.md | ||
| zk_optimization_quickref.md | ||
| zk_performance_analysis.md | ||
| zk_performance_summary.md | ||