diff options
Diffstat (limited to 'src/ext/curve25519_donna/README')
-rw-r--r-- | src/ext/curve25519_donna/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/curve25519_donna/README b/src/ext/curve25519_donna/README index 9f77bd7d95..acab07cab9 100644 --- a/src/ext/curve25519_donna/README +++ b/src/ext/curve25519_donna/README @@ -6,7 +6,7 @@ If you run `make`, two .a archives will be built, similar to djb's curve25519 code. Alternatively, read on: The C implementation is contained within curve25519-donna.c. It has no external -dependancies and is BSD licenced. You can copy/include/link it directly in with +dependencies and is BSD licenced. You can copy/include/link it directly in with your program. Recommended C flags: -O2 The x86-64 bit implementation is contained within curve25519-donna-x86-64.c and |