summaryrefslogtreecommitdiff
path: root/sc25519.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-01-17 12:43:43 +1100
committerDarren Tucker <dtucker@zip.com.au>2014-01-17 12:43:43 +1100
commitf45f78ae437062c7d9506c5f475b7215f486be44 (patch)
tree2814c1991a38e7e48ff7f5a0f1c6df953bb03970 /sc25519.c
parent99df369d0340caac145d57f700d830147ff18b87 (diff)
- (dtucker) [blocks.c fe25519.c ge25519.c hash.c sc25519.c verify.c] Include
includes.h to pull in all of the compatibility stuff.
Diffstat (limited to 'sc25519.c')
-rw-r--r--sc25519.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc25519.c b/sc25519.c
index 54c0b509c..1568d9a58 100644
--- a/sc25519.c
+++ b/sc25519.c
@@ -6,6 +6,8 @@
6 * Copied from supercop-20130419/crypto_sign/ed25519/ref/sc25519.c 6 * Copied from supercop-20130419/crypto_sign/ed25519/ref/sc25519.c
7 */ 7 */
8 8
9#include "includes.h"
10
9#include "sc25519.h" 11#include "sc25519.h"
10 12
11/*Arithmetic modulo the group order m = 2^252 + 27742317777372353535851937790883648493 = 7237005577332262213973186563042994240857116359379907606001950938285454250989 */ 13/*Arithmetic modulo the group order m = 2^252 + 27742317777372353535851937790883648493 = 7237005577332262213973186563042994240857116359379907606001950938285454250989 */