From 3b5056db929539a49171926929103b93bdd0fb0b Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Sat, 17 Feb 2024 12:44:33 +0100 Subject: [PATCH] update `nim-blscurve` link to follow renamed file (#5899) `milagro.nim` was renamed to `miracl.nim`. Point to the new filename from auditors handbook. - https://github.com/status-im/nim-blscurve/pull/166 --- .../src/02.5_foreign_lang_to_from_interop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/the_auditors_handbook/src/02.5_foreign_lang_to_from_interop.md b/docs/the_auditors_handbook/src/02.5_foreign_lang_to_from_interop.md index 45d90e834..2bcdedc6d 100644 --- a/docs/the_auditors_handbook/src/02.5_foreign_lang_to_from_interop.md +++ b/docs/the_auditors_handbook/src/02.5_foreign_lang_to_from_interop.md @@ -13,9 +13,9 @@ Example: secp256k1 ### Compiling directly the C files -Example: Apache Milagro Crypto +Example: MIRACL Core -[https://github.com/status-im/nim-blscurve/blob/master/blscurve/milagro.nim](https://github.com/status-im/nim-blscurve/blob/master/blscurve/milagro.nim) +[https://github.com/status-im/nim-blscurve/blob/master/blscurve/miracl/miracl.nim](https://github.com/status-im/nim-blscurve/blob/master/blscurve/miracl/miracl.nim) ## Wrapping C++