Luis SoaresinDev GeniusBuilding a Threshold Cryptography Library in RustThreshold cryptography allows secure splitting of a secret into multiple pieces, called “shares.”18h ago18h ago
Luis SoaresBuilding a ZKP system from scratch in RustNew to zero-knowledge proofs? This is part of my ZK Proof First Steps series, where we’re building a ZKP system from scratch in Rust! 🚀1d ago1d ago
Luis SoaresinDev GeniusA Memory Dump Analyzer in RustAnalyzing binary files and memory dumps is a common task in software development, especially in cybersecurity, reverse engineering, and…Oct 29Oct 29
Luis SoaresinDev GeniusUnderstanding Partial Equivalence in Rust’s Floating-Point TypesWhen working with numeric types in programming, we generally assume that numbers behave in ways that are predictable and consistent. For…Sep 30Sep 30
Luis SoaresinDev GeniusField-Programmable Gate Arrays (FPGAs) Simulator in RustField-Programmable Gate Arrays (FPGAs) are integrated circuits designed to be configured by a customer or a designer after manufacturing…Jul 31Jul 31
Luis SoaresThe Beauty of PolynomialsPolynomials appear in a wide range of applications, from simple error correction codes to sophisticated zero-knowledge proofs. Their…Jul 30Jul 30
Luis SoaresinDev GeniusData-Parallelism in Rust with the Rayon CrateThe Rayon crate is one of the most popular libraries for data-parallelism in Rust , providing a simple and efficient way to execute…Jul 251Jul 251
Luis SoaresinCoinmonksImplementing a Mersenne Twister Generator in RustThe Mersenne Twister is a widely used pseudorandom number generator (PRNG) known for its fast generation and high-quality randomness…Jul 19Jul 19
Luis SoaresinCoinmonksImplementing a Swap Routing Mechanism in RustIn this article, we’ll explore how to implement a swap routing mechanism in Rust. We’ll create a simplified version of a decentralized…Jul 13Jul 13
Luis SoaresinDev GeniusRust Memory Layouts in PracticeMemory layout refers to how data is organized in memory, which affects performance, safety, and interoperability with other languages and…Jul 103Jul 103