Skip to content

Commit 194b061

Browse files
authored
Merge pull request #4 from jjanku/fix-example
minor fix: update curve params after reset in ECExample
2 parents 408062d + 4516376 commit 194b061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

applet/src/main/java/opencrypto/jcmathlib/ECExample.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public static void install(byte[] bArray, short bOffset, byte bLength) {
4444
public boolean select() {
4545
if (initialized) {
4646
rm.refreshAfterReset();
47+
curve.updateAfterReset();
4748
}
4849
return true;
4950
}

0 commit comments

Comments
 (0)