wanga.hashnode.devMultiparty Computation: How it Allows for Secure CollaborationIntroduction Cryptography serves to keep statements between parties safe and secure. It allows the sending party to send messages only the receiving party will decipher, preventing unauthorized persons from decrypting the message even if it was inter...Nov 28, 2024·3 min read
wanga.hashnode.devzk-SNARKs: A Beginner’s Guide to Zero-KnowledgeThe whole point of zk-SNARKs, or Zero-Knowledge Succinct Non-Interactive Arguments of Knowledge, is to prove knowledge without revealing anything. For example, you may want to prove that you know the solution to a Sudoku puzzle without actually revea...Oct 14, 2024·3 min read
wanga.hashnode.devChain Signatures by NEAR Protocol: Enhancing Blockchain InteroperabilityIntroduction NEAR Protocol recently launched Chain Signatures, a cross-chain interoperability feature on its mainnet. Chain Signatures enable user accounts and smart contracts to securely sign and execute transactions across multiple blockchains. Cha...Aug 13, 2024·3 min read
wanga.hashnode.devTop 3 Must-Have VSCode Extensions for a Productive Rust DeveloperAs a Rust developer, you often have to balance writing clean code, managing dependencies, and debugging complex problems. Using the right code editor, like Visual Studio Code (VSCode), with its multiple Rust extensions, enhances productivity for Rust...Jul 28, 2024·3 min read
wanga.hashnode.devEfficient Deployment of AWS Infrastructure using Terraform with GitHub Actions: A Step-by-Step GuideIntroduction When orchestrating infrastructure deployment, it's important to use tools that ensure precision and security. In this article, we'll examine a methodical approach to deploying AWS infrastructure, particularly EC2 instances across multipl...Mar 24, 2024·3 min read