✨ some of my personal and work projects:
- Gandalf: LLM security/prompt injection challenge, see my blog post here
- Co-created the Gandalf challenge in 2023
 - 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 
mallocwith explicit free lists, written in C.