
org.whispersystems.curve25519.java.fe_0 Maven / Gradle / Ivy
package org.whispersystems.curve25519.java;
public class fe_0 {
//CONVERT #include "fe.h"
/*
h = 0
*/
public static void fe_0(int[] h)
{
h[0] = 0;
h[1] = 0;
h[2] = 0;
h[3] = 0;
h[4] = 0;
h[5] = 0;
h[6] = 0;
h[7] = 0;
h[8] = 0;
h[9] = 0;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy