Skip to content

Commit

Permalink
remove authors
Browse files Browse the repository at this point in the history
  • Loading branch information
dufkan committed Oct 13, 2024
1 parent 50a4a8c commit c0a461c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions applet/src/main/java/jc2pecdsa/jcmathlib.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*/
public class jcmathlib {
/**
* @author Vasilios Mavroudis and Petr Svenda and Antonin Dufka
*/
public static class BigNat extends BigNatInternal {

Expand Down Expand Up @@ -450,7 +449,6 @@ public void modSqrt(BigNat p) {
/**
* Based on BigNat library from <a href="https://ovchip.cs.ru.nl/OV-chip_2.0">OV-chip project.</a> by Radboud University Nijmegen
*
* @author Vasilios Mavroudis and Petr Svenda
*/
public static class BigNatInternal {
protected final ResourceManager rm;
Expand Down Expand Up @@ -1040,7 +1038,6 @@ private static short shiftBits(short high, byte middle, byte low, short shift) {
}

/**
* @author Vasilios Mavroudis and Petr Svenda
*/
public static class ECCurve {
public final short KEY_BIT_LENGTH, POINT_SIZE, COORD_SIZE;
Expand Down Expand Up @@ -1138,7 +1135,6 @@ KeyPair newKeyPair(KeyPair keyPair) {
}

/**
* @author Vasilios Mavroudis and Petr Svenda and Antonin Dufka
*/
public static class ECPoint {
private final ResourceManager rm;
Expand Down Expand Up @@ -1890,7 +1886,6 @@ public short getK() throws CryptoException {
* quick personalization and optimization of memory use when compiling for cards
* with more/less available memory.
*
* @author Petr Svenda
*/
public static class ObjectAllocator {
short allocatedInRAM = 0;
Expand Down Expand Up @@ -2053,7 +2048,6 @@ public final void resetAllocatorCounters() {
/**
* OperationSupport class
*
* @author Antonin Dufka
*/
public static class OperationSupport {
private static OperationSupport instance;
Expand Down Expand Up @@ -2145,7 +2139,6 @@ public void setCard(short card_identifier) {
}

/**
* @author Petr Svenda
*/
public static class ResourceManager {
public ObjectAllocator memAlloc;
Expand Down Expand Up @@ -2373,7 +2366,6 @@ void erase() {

/**
*
* @author Vasilios Mavroudis and Petr Svenda
*/
public static class ReturnCodes {
// Custom error response codes
Expand Down
1 change: 0 additions & 1 deletion applet/src/test/java/tests/BaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* Base Test class.
* Note: If simulator cannot be started try adding "-noverify" JVM parameter
*
* @author Petr Svenda, Dusan Klinec (ph4r05)
*/
public class BaseTest {
private static String APPLET_AID = "6a6332706563647361";
Expand Down

0 comments on commit c0a461c

Please sign in to comment.