Skip to content
View igor53627's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Sponsoring

@simonw
@wesm

Highlights

  • Pro

Block or report igor53627

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
igor53627/README.md

Privacy & cryptography research for Ethereum

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.


Research on Ethereum Execution Client

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.

Private Information Retrieval (PIR)

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.

Tor & Privacy Infrastructure

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.

Smart Contracts & EVM

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.

Popular repositories Loading

  1. iconregistry.eth iconregistry.eth Public

    On-chain icon registry for wallets - iconregistry.eth

    TypeScript 7

  2. tor-ethereum-ecosystem tor-ethereum-ecosystem Public

    A directory of privacy-preserving tools and infrastructure for the Ethereum ecosystem that leverage the Tor network

    TypeScript 3

  3. inspire-rs inspire-rs Public

    InsPIRe: Communication-Efficient PIR with Server-side Preprocessing - Rust implementation

    Rust 3 1

  4. liq liq Public

    Zero-fee, gas-optimized USDC flash loans for arbitrage and liquidation bots

    Solidity 2

  5. plinko-rs plinko-rs Public

    Rust Plinko PIR for Ethereum: Reth extraction, HintInit (CPU/TEE/GPU), iPRF, Rocq proofs

    Rust 1 1

  6. webtor-bridge webtor-bridge Public

    Self-hosted WebTunnel bridge for webtor-rs

    Shell 1