From fdc93644c4e461e012a29ddaf38794cb67ef153a Mon Sep 17 00:00:00 2001 From: Adrien Lacombe <6303520+adrienlacombe@users.noreply.github.com> Date: Sat, 12 Oct 2024 05:34:55 +0100 Subject: [PATCH] fix typo (#224) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab517fc6..5348c549 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Garaga enables efficient elliptic curve operations on Starknet. It achieves state of the art performance by - using a dedicated builtin made by Starkware for emulated modular arithmetic -- using a suite of non-deterministic techniques for extension field multiplication, pairings, and multi scalar multiplication to reduce the number of steps to verifiy results. +- using a suite of non-deterministic techniques for extension field multiplication, pairings, and multi scalar multiplication to reduce the number of steps to verify results. Garaga currently supports: - Scalar & Multi-scalar multiplication for any Weirstrass curve, including BN254, BLS12_381, SECP256/R1, and ED25519. You can add the one you need by specifying the curve parameters.