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:
parent
b5089ebf70
commit
3b5056db92
|
@ -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++
|
||||
|
||||
|
|
Loading…
Reference in New Issue