auditor

An aarch64 constant-time memory access auditing tool.
git clone git://git.ppad.tech/auditor.git
Log | Files | Refs | README | LICENSE

commit 5c94996fc63c8005b8eba620933adf31620e82c6
parent 1d36785c4bbe482bca5ea0d1f6453e55c524c972
Author: Jared Tobin <jared@jtobin.io>
Date:   Mon, 20 Apr 2026 16:37:48 +0800

meta: readme

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -2,8 +2,8 @@ ![](https://img.shields.io/badge/license-MIT-brightgreen) -A Haskell tool for static analysis of AArch64 assembly, focused on -constant-time auditing for cryptographic code. +A research-grade Haskell tool for static analysis of AArch64 assembly, +focused on constant-time auditing for cryptographic code. ## Overview