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

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

package org.whispersystems.curve25519.java;

public class fe_1 {

//CONVERT #include "fe.h"

/*
h = 1
*/

public static void fe_1(int[] h)
{
  h[0] = 1;
  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