Skip to content

Commit

Permalink
update instructions for tracking upstream MIRACL Core
Browse files Browse the repository at this point in the history
Folders in README.md are no longer accurate. Bump to current structure.
  • Loading branch information
etan-status committed Feb 8, 2024
1 parent 93df4f2 commit 199c376
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ binaries destined for older CPUs, pass `-d:BLSTuseSSSE3=0` to the Nim compiler.

### Keeping track of upstream

To keep track of upstream AMCL:
To keep track of upstream MIRACL Core:

- Update the submodule.
- Execute `nim e milagro.nims amcl blscurve/csources`
- Execute `nim e milagro.nims vendor/miracl-core/c blscurve/miracl/csources`
- Test
- Commit

Expand Down
4 changes: 2 additions & 2 deletions milagro.nims
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/usr/bin/env -S nim e
mode = ScriptMode.Verbose

## ## This script is Nim's replacement for config[32/64].py files of Milagro
## This script is Nim's replacement for config[32/64].py files of Milagro
## library. It performs configuration of BLS381 curve for both 32bit and
## 64bit limbs. It also removes random/hash/crypto related functions.
##
## Usage:
##
## nim -e milagro.nims <srcpath> <dstpath>
## nim e milagro.nims <srcpath> <dstpath>
##
## <srcpath> - source path of milagro's C sources. By default current working
## path will be used.
Expand Down

0 comments on commit 199c376

Please sign in to comment.