ruvector/examples/edge/src/plaid
Claude b70cdc48c6 fix(security): Address critical security and performance issues in ZK proofs
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.
2026-01-01 19:52:44 +00:00
..
mod.rs feat(zk): Add production-ready Bulletproofs for zero-knowledge financial proofs 2026-01-01 19:31:40 +00:00
wasm.rs fix(security): Address critical security and performance issues 2026-01-01 18:36:58 +00:00
zk_wasm.rs feat(edge): Add zero-knowledge financial proofs for privacy-preserving verification 2026-01-01 18:20:29 +00:00
zk_wasm_prod.rs fix(security): Address critical security and performance issues in ZK proofs 2026-01-01 19:52:44 +00:00
zkproofs.rs feat(zk): Add production-ready Bulletproofs for zero-knowledge financial proofs 2026-01-01 19:31:40 +00:00
zkproofs_prod.rs fix(security): Address critical security and performance issues in ZK proofs 2026-01-01 19:52:44 +00:00