Update Applet Class path

This commit is contained in:
2023-10-04 11:45:05 -05:00
parent c59f9618ba
commit f9593b4b41
16 changed files with 21 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
package fr.anssi.smartpgp;
package dev.c0de.smartpgp;
public final class Data {

View File

@@ -1,4 +1,4 @@
package fr.anssi.smartpgp;
package dev.c0de.smartpgp;
public final class ECConstants {

View File

@@ -1,4 +1,4 @@
package fr.anssi.smartpgp;
package dev.c0de.smartpgp;
import javacard.framework.*;