From 6cd72242ba3b30a8b1d68d9d60a5c50685fedce1 Mon Sep 17 00:00:00 2001 From: Tom Wambsgans Date: Thu, 3 Sep 2026 14:23:19 -0400 Subject: [PATCH] wip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c43df6472..fdefd72db 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Minimal hash-based zkVM, for a Post-Quantum Ethereum. Warning: highly experimental. -leanVM was originally designed over the [KoalaBear prime](https://crates.io/crates/p3-koala-bear) and [Poseidon](https://eprint.iacr.org/2019/458), still available in the branch [koalabear]([koalabear](https://github.com/leanEthereum/leanVM/tree/koalabear)); it is being rewritten over binary fields and BLAKE2s. +leanVM was originally designed over the [KoalaBear prime](https://crates.io/crates/p3-koala-bear) and [Poseidon](https://eprint.iacr.org/2019/458), still available in the [koalabear](https://github.com/leanEthereum/leanVM/tree/koalabear) branch; it is now using binary fields and BLAKE2s. # Benchmarks