Skip to content
View wrenna-robson's full-sized avatar

Block or report wrenna-robson

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
wrenna-robson/README.md

Wrenna Robson

Formal-verification researcher at the University of Bristol.

I work on machine-checked proofs and theorem proving in Lean 4. I maintain the Lean library Batteries and contribute actively to Mathlib.

I apply these methods to cryptography, currently the verification of post-quantum schemes such as the hash-based signature scheme XMSS. I am also increasingly interested in how AI-assisted techniques can extend the reach of formal methods.

Where to look

  • verify-meaning gathers the code from my dissertation, "Finding meaning in cryptographic verification". controlbits and sike-cryptol are pieces of that work.
  • xmss-jasmin is some work experimenting with the use of Claude Code to produce high-assurance Jasmin implementations.

Pinned Loading

  1. mathlib4 mathlib4 Public

    Forked from leanprover-community/mathlib4

    The math library of Lean 4

    Lean

  2. batteries batteries Public

    Forked from leanprover-community/batteries

    The "batteries included" extended library for the Lean programming language and theorem prover

    Lean

  3. verify-meaning verify-meaning Public

    A master repository of all code considered in the dissertation "Finding meaning in cryptographic verification".

    Assembly 1

  4. xmss-jasmin xmss-jasmin Public

    RFC 8391 XMSS implementation in C99 and Jasmin, coding-agent-led.

    C