TalDerei
MS in Computer Science at Lehigh University - Member of SSS Research Group (sss.cse.lehigh.edu) and Lehigh Blockchain (wordpress.lehigh.edu/blockchain)
Lehigh UniversityTad222@lehigh.edu
Pinned Repositories
Cuda-Barretenberg
Aztec's Barretenberg Cryptographic Backend ported to the GPU using Cuda
cyclone
Proving interactions on Aztec-Connect using Noir
Hyperledger-Fabric-DCLF
A Distributed Content Licensing Framework (DCLF) using Hyperledger Fabric's permissioned blockchain.
llvm-ir-tutorial
Tutorial to learn about LLVM compiler infrastructure backend
Masters-Research
Personal publications and benchmarking work related to master's research on zero-knowledge hardware acceleration using GPUs
PLONK-Tutorial
PLONK Tutorial
Web-Mining
Parallel hashing and mining for Ethereum on a browser using the WebGPU API.
Zero-Knowledge-Research
This repository contains personal presentations on emerging zero knowledge research. Member of the Scalable Systems and Software Research Group (SSS) at Lehigh University: https://sss.cse.lehigh.edu/people/. Here's our official blockchain research group that's part of SSS: http://blockchain.cse.lehigh.edu/
ZKDrop
zkDrop: A private lottery airdrop system using zero-knowledge proofs to preserve privacy and anonymity
ZKU
Zero-Knowledge University Course (zku.ONE) by Harmony Blockchain
TalDerei's Repositories
TalDerei/Web-Mining
Parallel hashing and mining for Ethereum on a browser using the WebGPU API.
TalDerei/Cuda-Barretenberg
Aztec's Barretenberg Cryptographic Backend ported to the GPU using Cuda
TalDerei/cyclone
Proving interactions on Aztec-Connect using Noir
TalDerei/Zero-Knowledge-Research
This repository contains personal presentations on emerging zero knowledge research. Member of the Scalable Systems and Software Research Group (SSS) at Lehigh University: https://sss.cse.lehigh.edu/people/. Here's our official blockchain research group that's part of SSS: http://blockchain.cse.lehigh.edu/
TalDerei/Masters-Research
Personal publications and benchmarking work related to master's research on zero-knowledge hardware acceleration using GPUs
TalDerei/PLONK-Tutorial
PLONK Tutorial
TalDerei/llvm-ir-tutorial
Tutorial to learn about LLVM compiler infrastructure backend
TalDerei/rust-lang
Rust Programming Practice
TalDerei/arkworks-msm
Test harness for variable base MSM for Arkworks library
TalDerei/cuda-fixnum
Extended-precision modular arithmetic library that targets CUDA.
TalDerei/Data-Mining-Project
Final Project for CSE 447
TalDerei/gpu-groth16-prover-3x
On O(1) Labs' reference machine, this SNARK prover is 3x faster than libsnark!
TalDerei/noir-circuits
Aztec circuits (account, joinsplit, claim, rollup) in noir
TalDerei/plonkathon
educational python plonk implementation, based on vitalik's py_plonk
TalDerei/sha256-prover-comparison
Benchmarking sha256 circuits in different proving systems
TalDerei/snark-challenge
Coda + Dekrypt: The SNARK Challenge - Reference Material
TalDerei/snark-challenge-prover-reference
C++ Groth16 Prover with Libsnark
TalDerei/zkID
Privacy-Preserving Proof-of-Personhood Protocol (PPPoPP) enabling sybil resistant quadratic voting mechanism. ETH NYC Hackathon.
TalDerei/2023-entries
Source code for all entries from the 2023 ZPrize competition
TalDerei/algebra
Libraries for finite field, elliptic curve, and polynomial arithmetic
TalDerei/arkmsm
TalDerei/awesome-noir
A curated list of awesome things related to learning and programming in Noir.
TalDerei/aztec_backend
TalDerei/decaf377
decaf377 is a prime-order group designed for use in SNARKs over BLS12-377
TalDerei/multiprecision-simd
TalDerei/noir
Noir is a domain specific language for zero knowledge proofs
TalDerei/parallel-merkle-tree
Parallel, In-Memory Dense Merkle-Tree Implementation
TalDerei/penumbra
Penumbra is a fully private proof-of-stake network and decentralized exchange for the Cosmos ecosystem.
TalDerei/test-msm-gpu
Testing harness for the "Accelerating MSM on GPU" prize
TalDerei/webgpu-floating-points
WebGPU with Floating Points (FMA)