package im.actor.runtime.crypto.primitives.curve25519; // Disabling Bounds checks for speeding up calculations /*-[ #define J2OBJC_DISABLE_ARRAY_BOUND_CHECKS 1 ]-*/ public class ge_p3_0 { //CONVERT #include "ge.h" public static void ge_p3_0(ge_p3 h) { fe_0.fe_0(h.X); fe_1.fe_1(h.Y); fe_1.fe_1(h.Z); fe_0.fe_0(h.T); } }