Blockchain Infrastructure Architect • Cryptography Engineer • Distributed Systems Specialist
Building privacy-preserving protocols and decentralized infrastructure for three decades. From high-frequency trading systems to zero-knowledge cryptography—focused on production-grade code that solves real problems.
ShadowNet — Anonymous Onion Routing Network
Tor-style onion routing with zero-knowledge relay access. Complete with academic research paper
and formal security proofs.
View Project
EmotionalChain — Proof-of-Emotion Blockchain
Novel consensus mechanism combining biometric data with traditional staking. zk-SNARK privacy layer
and formal Byzantine Fault Tolerance analysis.
View Project
Velopay — Substrate Payment Chain
Custom Substrate chain with PoA consensus and GRANDPA finality for private payment networks.
View Project
Hermes — Secure File Transfer
Military-grade encrypted file transfer. RSA-4096 + AES-256-GCM with self-destruct capabilities.
View Project
cargo-sane — Rust Dependency Manager
Intelligent dependency management with risk analysis and interactive search. Published on crates.io.
View Project • crates.io
Zero-knowledge proofs (zk-SNARKs, blind RSA signatures) • Military-grade encryption (RSA-4096, AES-256-GCM, Argon2) • Privacy-preserving protocols • Formal security analysis and threat modeling
Custom consensus mechanisms (PoE, PoA, hybrid models) • Substrate runtime development • Smart contract security auditing (Solidity, ink!) • Cross-chain interoperability
High-performance Rust systems (async/concurrent) • Network protocol design • Production infrastructure (99.9%+ uptime) • Microservices architecture
Languages: Rust • Python • C++ • Go • TypeScript • JavaScript • Solidity
Blockchain: Substrate • Polkadot • Tendermint • Ethereum • Web3.js • ethers.js
Backend: Axum • Actix • Rocket • FastAPI • Django • Express.js • Next.js
Infrastructure: PostgreSQL • Redis • MongoDB • Docker • Linux • Kubernetes
Anonymous IP Assignment Using Blind RSA Signatures: A Zero-Knowledge Approach to VPN Privacy (2025)
Formal protocol specification with cryptographic security proofs and performance analysis.
Read Paper
Proof-of-Emotion: A Biometric Consensus Protocol with Zero-Knowledge Privacy Guarantees (2024)
Novel consensus mechanism combining biometric validation with zk-SNARK privacy layers.
Read Paper
struct Engineer {
experience_years: u8,
core_principle: &'static str,
standards: Vec<&'static str>,
}
let chrono = Engineer {
experience_years: 30,
core_principle: "Privacy and security by design, not as an afterthought",
standards: vec![
"Production-grade code quality (zero warnings, comprehensive tests)",
"Formal security analysis for cryptographic protocols",
"Build from first principles, avoid unnecessary dependencies",
"Complete documentation with clear architecture diagrams",
"Open source with academic rigor"
],
};All projects are fully open-source with comprehensive documentation. Code is production-quality: zero compiler warnings, complete error handling, extensive testing.
Research papers and formal protocol specifications included where applicable.
Philosophy: Build from scratch. No frameworks for framework's sake. Performance and security by design.
Email: contact@chronocoder.dev
GitHub: @ChronoCoders
Location: New York, United States
Building privacy-preserving infrastructure with Rust


