You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zero Knowledge Proof of Location circuit in Circom 2.0.0. Proves a GPS coordinate lies inside an authorized polygon from a Merkle tree — without revealing the exact location. Uses ray casting, Poseidon hashing, and Groth16. PSE Core Program capstone project.
An implementation of "Commit-Reveal²: Randomized Reveal Order Mitigates Last-Revealer Attacks in Commit-Reveal" protocol for distributed consensus applications
A SageMath implementation of Edwards-Curve Digital Signature Algorithm (EdDSA), featuring secure key generation, signing, and verification. Focused on Cryptographic Primitives and highly efficient, scalable algorithms.