Skip to content
View mmathys's full-sized avatar
👽
专注的
👽
专注的

Organizations

@lakeraai @zentralwaescherei

Block or report mmathys

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mmathys/README.md

hello world! 👋

✨ some of my personal and work projects:

🌟 research:

  • AI Security Research: A security benchmark measuring how backbone LLM choice affects AI agent resilience against adversarial attacks, built on 194,331 unique crowdsourced attacks from real human red-teamers on Gandalf: Agent Breaker.

🎓 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).

Pinned Loading

  1. lakeraai/pint-benchmark lakeraai/pint-benchmark Public

    A benchmark for prompt injection detection systems.

    Jupyter Notebook 189 27

  2. merkle-signature merkle-signature Public

    Fast Golang implementation of merkle signatures with Curve25519.

    Go 1

  3. sphere-tracer sphere-tracer Public

    C implementation of a sphere tracer optimized for maximal single-core performance

    C++ 2

  4. acfts acfts Public

    Asynchronous Consensus-Free Transaction System

    Go 3

  5. dht-crawler dht-crawler Public

    ✨ DHT crawler for BitTorrent

    JavaScript 34 4

  6. malloc-lab malloc-lab Public

    C implementation of malloc with explicit free lists

    C