vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51.h in rbnacl-libsodium-1.0.8 vs vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51.h in rbnacl-libsodium-1.0.9
- old
+ new
@@ -10,15 +10,17 @@
#ifdef __cplusplus
extern "C" {
#endif
-#include "crypto_uint64.h"
+#include <stdint.h>
+#include <stdlib.h>
+
#include "fe51_namespace.h"
-typedef struct
+typedef struct
{
- crypto_uint64 v[5];
+ uint64_t v[5];
}
fe51;
extern void fe51_pack(unsigned char *, const fe51 *);
extern void fe51_mul(fe51 *, const fe51 *, const fe51 *);