✨ some of my personal and work projects:
- Gandalf: LLM security/prompt injection challenge
- Part of the core team that created the Gandalf challenge in 2023, see my blog post here
- Played by over 750k+ unique players and collected over 23M+ attacks.
- Featured in TechCrunch, Fortune, Sifted, HN, Harvard CS50, Microsoft Build 2024.
- Invited to create versions of Gandalf for Harvard's CS50 and RSAC conference 2024.
- merkle-signature: a fast implementation of merkle signatures with Curve25519 written in Go.
- dht-crawler: crawls hosts on the BitTorrent network using DHT.
🎓 university projects:
- sphere-tracer: C implementation of a sphere tracer optimized for maximal single-core performance. Using Intel's AVX2 SIMD with object- or ray-parallelization (report).
- acfts: asynchronous consensus-free transaction system, published at ESORICS 2022 (arXiv).
- malloc-lab: implementation of
malloc
with explicit free lists, written in C. - applied-crypto: Applied Cryptography lab at ETH Zurich.