All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.whispersystems.curve25519.java.ge_cached Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version

package org.whispersystems.curve25519.java;

public class ge_cached {

    public int[] YplusX;
    public int[] YminusX;
    public int[] Z;
    public int[] T2d;

    public ge_cached() {
        YplusX = new int[10];
        YminusX = new int[10];
        Z = new int[10];
        T2d = new int[10];
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy