vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe.h in rbnacl-libsodium-1.0.8 vs vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe.h in rbnacl-libsodium-1.0.9

- old
+ new

@@ -4,12 +4,13 @@ */ #ifndef fe_H #define fe_H -#include "crypto_uint64.h" +#include <stdint.h> +#include <stdlib.h> -typedef crypto_uint64 fe[10]; +typedef uint64_t fe[10]; /* fe means field element. Here the field is \Z/(2^255-19). An element t, entries t[0]...t[9], represents the integer