Skip to content

Commit 871dae7

Browse files
committed
chore: update package.py usage example
1 parent e71e493 commit 871dae7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,19 +152,19 @@ options:
152152
-h, --help show this help message and exit
153153
-d DIR, --dir DIR Directory to package
154154
-k, --keep-locks Keep locks
155-
-c {SecP256k1,SecP256r1,SecP512r1} [{SecP256k1,SecP256r1,SecP512r1} ...], --curves {SecP256k1,SecP256r1,SecP512r1} [{SecP256k1,SecP256r1,SecP512r1} ...]
155+
-c {SecP256k1,SecP256r1,SecP512r1,Wei25519} [{SecP256k1,SecP256r1,SecP512r1,Wei25519} ...], --curves {SecP256k1,SecP256r1,SecP512r1,Wei25519} [{SecP256k1,SecP256r1,SecP512r1,Wei25519} ...]
156156
Curves to include
157157
-p PACKAGE, --package PACKAGE
158158
Package name
159159
-o OUTPUT, --output OUTPUT
160160
Output file
161161
```
162162
163-
For example, to bundle JCMathLib for your applet `test` in which you use curve `SecP256k1`, use the following. The
163+
For example, to bundle JCMathLib for your applet `test` in which you use curve `SecP256r1`, use the following. The
164164
output will be stored in `jcmathlib.java` file.
165165
166166
```
167-
$ python package.py -p test -c SecP256k1 -o jcmathlib.java
167+
$ python package.py -p test -c SecP256r1 -o jcmathlib.java
168168
```
169169
170170
## Community

0 commit comments

Comments
 (0)