Skip to content

Commit

Permalink
fix: update curve params after reset in ECExample
Browse files Browse the repository at this point in the history
This is necessary for proper functioning following this commit:
dufkan@068de82
  • Loading branch information
jjanku committed May 1, 2023
1 parent 408062d commit 4516376
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 4516376

Please sign in to comment.