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
This commit is contained in:
Etan Kissling 2024-02-17 12:44:33 +01:00 committed by GitHub
parent b5089ebf70
commit 3b5056db92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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++