Tetration Lab

twitter/xgithub

Research and Development Lab for Cryptography, Web3, and On-chain Game.

Contacts And Careers

Get in touch with us for exciting career and collaboration prospects, and don't worry, we're on a tight budget but are always open to unpaid internships! (jk)

Our Works

Privacy Projects

Night Market

5/29/2023

Multi-Asset Shielded Pools with external interaction and compliance features. Trade, LP, stake, and more privately while comply with regulators

Cryptography, zkSNARK, MASP, Shielded Pool, Privacy, DeFi
*Delphi Labs Cosmos Hackathon Osmosis 2nd Place
ECDSA Signing In Tfhe-rs

6/30/2023

Experiment and technical report on implementing fully homomorphic encrypted elliptic curve digital signature algorithm (ECDSA) using tfhe-rs

Cryptography, Homomorphic Encryption, tfhe-rs, ECDSA
*Zama Bounty Program - Create a FHE ECDSA signature tutorial
ZTF

10/28/2023

Decentralized cross-chain bounty and crisis management protocol. A.k.a. On-chain ctf with claimable bounty using zero-knowledge proof.

Cryptography, zkVM, zkSNARK, RISC-0, revm
*ETHOnline 2023 Finalist*ETHOnline 2023 - Best Use Of Wormhole
Turing Zero zkVM

11/12/2023

Turing Zero zkVM is a zk circuit simulating a simple Turing machine, and the circuit can prove that given a public input tape and output tape, there is a program witness that sucessfully simulate with such tape.

Cryptography, zkVM, Turing Machine, Noir
*ZK Hack Istanbul 2023 Finalist*ZK Hack Istanbul 2023 - Best Use Of Scroll*ZK Hack Istanbul 2023 - Best Use Of Mantle
Type-5 zkEVM

11/12/2023

Type-5 zkEVM is a 30-ish opcodes/instructions simplified EVM that captures important concepts like state transition proof, opcodes, etc. Users can easily add/modify opcodes or VM behaviour due to our small, easily-read codebase.

Cryptography, zkVM, EVM, Noir
*ZK Hack Istanbul 2023 Finalist*ZK Hack Istanbul 2023 - Best Use Of Scroll*ZK Hack Istanbul 2023 - Best Use Of Mantle

On-chain Game

Frosty Fight

12/25/2022

Fully on-chain real time multiplayer rock paper scissors-like game

On-chain game, MUD Engine
Museum Heist

1/23/2023

Fully on-chain social deduction game with private state using homomorphic encryption and zkSNARK

On-chain game, MUD Engine, Cryptography, Homomorphic Encryption, zkSNARK
Muddy Forest

3/25/2023

Fully on-chain MMO-RTS space conquest game

On-chain game, MUD Engine

Open Source Contribution

Arkworks Solidity Verifier

1/26/2023

Solidity SNARK verifier generator for Arkwork's proof systems.

Cryptography, Solidity, Arkworks, zkSNARK
Arkworks MiMC

2/21/2023

Arkworks implementation of cryptographic hash function MiMC

Cryptography, Arkworks, zkSNARK, CRH
Arkworks Phase2

4/20/2023

Arkworks implementation of Groth16's phase 2 CRS generation ceremony

Cryptography, Arkworks, zkSNARK, Phase2