ruvector/examples/edge/src
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
..
bin feat(edge): add ruv-swarm-transport integration example 2025-12-31 17:20:51 +00:00
p2p feat(edge): add WASM bindings and publish @ruvector/edge v0.1.1 2025-12-31 20:16:15 +00:00
plaid fix(security): Address critical security and performance issues in ZK proofs 2026-01-01 19:52:44 +00:00
agent.rs feat(edge): add WASM bindings and publish @ruvector/edge v0.1.1 2025-12-31 20:16:15 +00:00
compression.rs feat(edge): add ruv-swarm-transport integration example 2025-12-31 17:20:51 +00:00
gun.rs feat(edge): Production-grade P2P Swarm with Ed25519/X25519 crypto 2025-12-31 18:03:34 +00:00
intelligence.rs feat(edge): add WASM bindings and publish @ruvector/edge v0.1.1 2025-12-31 20:16:15 +00:00
lib.rs feat(edge): Add Plaid local learning system for browser-based financial intelligence 2026-01-01 17:48:00 +00:00
memory.rs feat(edge): add WASM bindings and publish @ruvector/edge v0.1.1 2025-12-31 20:16:15 +00:00
protocol.rs feat(edge): add ruv-swarm-transport integration example 2025-12-31 17:20:51 +00:00
transport.rs feat(edge): add ruv-swarm-transport integration example 2025-12-31 17:20:51 +00:00
wasm.rs feat(edge): add WASM bindings and publish @ruvector/edge v0.1.1 2025-12-31 20:16:15 +00:00