![JAR search and dependency download from the Maven repository](/logo.png)
org.whispersystems.curve25519.java.ge_p3 Maven / Gradle / Ivy
package org.whispersystems.curve25519.java;
public class ge_p3 {
public int[] X;
public int[] Y;
public int[] Z;
public int[] T;
public ge_p3() {
X = new int[10];
Y = new int[10];
Z = new int[10];
T = new int[10];
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy