Implementations across private information retrieval, lattice cryptography, obfuscation, and Tor-based infrastructure.
Note — these are research projects, much of the code AI-assisted. Not security-audited and not intended for production use without independent review.
| Project | Description |
|---|---|
| ubt-rs | Rust implementation of the Unified Binary Trie (EIP-7864) — a reference state-tree structure for efficient Ethereum state storage and migration experiments. |
| ubt-exex | Reth execution extension that plugs a UBT-backed state engine into a real client to evaluate EIP-7864 end-to-end. |
| Project | Description |
|---|---|
| plinko-rs | Practical Rust implementation of the PLINKO PIR protocol; extracts Sepolia state and generates hints to serve real PIR queries over on-chain Ethereum data. |
| inspire-rs | Rust implementation of the INSPIRE PIR protocol, with production-ready primitives and integration for Ethereum-style datasets. |
| inspire-exex | Two-lane InsPIRe PIR for private Ethereum state queries under an honest-but-curious server. |
| morphogenesis | A 2-server, GPU-accelerated DPF-PIR covering the full Ethereum state. |
| rms24-rs | RMS24 single-server PIR in Rust, with optional CUDA acceleration and KeywordPIR benchmarks. |
| Project | Description |
|---|---|
| tor-ethereum-ecosystem | Curated configs and examples for running Ethereum RPCs, explorers, and infrastructure as Tor onion services. |
| webtor-rs | Rust library for exposing HTTP APIs as Tor onion services and managing Tor integration in Rust backends. |
| onion-service-monitor | Uptime, reachability, and health monitoring for the Tor onion-service endpoints behind privacy-focused infrastructure. |
| blockscout-onion | Full Blockscout explorer stack packaged behind a Tor onion service for censorship-resistant chain analytics. |
| gethrelay | Relay that carries Geth/Ethereum node communication over the Tor network. |
| Project | Description |
|---|---|
| ipfe.sol | Inner-product functional encryption for the EVM via bn256 precompiles, enabling private computation over encrypted on-chain data. |
| liq | Ultra gas-optimized ERC-3156 flash loans for atomic arbitrage and liquidation bots. |
| iconregistry.eth | On-chain registry mapping assets and contracts to icons, improving UX for wallets, explorers, and dapps. |
| evm-lwe-math | Gas-optimized LWE inner-product primitives for on-chain lattice cryptography; supports both prime and power-of-two moduli. |
| evm-linear-accumulator | Seed-derived linear hash accumulator over Z_q for trace integrity, state accumulators, and fraud proofs. |
| evm-mhf | EVM-native memory-hard function primitive. |
| evm-lattice-pow | Standalone LatticePoW challenge primitive for the EVM. |
| evm-regev | Additively homomorphic Regev (LWE) encryption for the EVM; cheapest-by-gas additive HE, plausibly post-quantum, for aggregate-reveal apps (hidden tallies, sealed bids, game scores). |
| lwe-jump-table | LWE-based control-flow flattening for the EVM; encrypts branch destinations as LWE ciphertexts for on-chain strategy obfuscation (n=768, q=4096, ~130-bit PQ security). |
| ma-dai-shi-io | Quasi-linear iO (Ma–Dai–Shi 2025): Rust library, Lean 4 proofs, and an on-chain seed-phrase challenge demo. |
| voidgun | Drop-in RPC privacy for Ethereum — a proxy that turns existing multi-chain wallets into private transaction endpoints. |