Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bitlogik authored and af-anssi committed Jan 10, 2022
1 parent fe32df9 commit 0ae1955
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/fr/anssi/smartpgp/CmacKey.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ of the License, or (at your option) any later version.

import javacard.framework.*;
import javacard.security.*;
import javacardx.apdu.*;
import javacardx.crypto.*;

public final class CmacKey {
Expand Down
1 change: 0 additions & 1 deletion src/fr/anssi/smartpgp/CmacSignature.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ of the License, or (at your option) any later version.

import javacard.framework.*;
import javacard.security.*;
import javacardx.apdu.*;
import javacardx.crypto.*;

public final class CmacSignature {
Expand Down
1 change: 0 additions & 1 deletion src/fr/anssi/smartpgp/SecureMessaging.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ of the License, or (at your option) any later version.

import javacard.framework.*;
import javacard.security.*;
import javacardx.apdu.*;
import javacardx.crypto.*;

public final class SecureMessaging {
Expand Down

0 comments on commit 0ae1955

Please sign in to comment.