From 6e5c854f3c8fc3acb94e2e82aa83aae7fca0bf22 Mon Sep 17 00:00:00 2001 From: javali7 Date: Mon, 13 Nov 2023 19:49:56 +0100 Subject: [PATCH] Fix typo Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 30e9709..dabb287 100644 --- a/Readme.md +++ b/Readme.md @@ -27,7 +27,7 @@ If you want to optimize on your own machine, or a different primitive you can 1. Follow the instructions [in the INSTALL document](./INSTALL.md). 1. Run `./CryptOpt --help` to check if the installation worked. 1. Run `./CryptOpt` to see an optimization in action. -1. Follow the instructions [in the Frist Steps document](./First_Steps.md) to get a feeling of what is going on. +1. Follow the instructions [in the First Steps document](./First_Steps.md) to get a feeling of what is going on. The CryptOpt optimizer can also be used with non-Fiat Cryptography input. For more information see the `./test/manual-bridge/`