Skip to content

Commit

Permalink
Merge pull request #4 from jjanku/fix-example
Browse files Browse the repository at this point in the history
minor fix: update curve params after reset in ECExample
  • Loading branch information
dufkan authored May 2, 2023
2 parents 408062d + 4516376 commit 194b061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applet/src/main/java/opencrypto/jcmathlib/ECExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public static void install(byte[] bArray, short bOffset, byte bLength) {
public boolean select() {
if (initialized) {
rm.refreshAfterReset();
curve.updateAfterReset();
}
return true;
}
Expand Down

0 comments on commit 194b061

Please sign in to comment.