github.com/jiajun1992/watercarver@v0.0.0-20191031150618-dfc2b17c0c4a/StadiumForWaterCarver/src/edgamal_internal_decl.h (about)

     1  #include <stdint.h>
     2  
     3  // internal declarations here
     4  typedef uint64_t bignum25519[5];
     5  typedef uint64_t bignum256modm[5];
     6  
     7  typedef struct ge25519_t {
     8   bignum25519 x, y, z, t;
     9  } ge25519;
    10  
    11  // links to API
    12  typedef ge25519 edgamal_curve_point;