[Ed25519] typo in C file

This commit is contained in:
Vincent Hanquez 2015-04-19 09:21:19 +01:00
parent 5c851e3d01
commit d595c01c09

View File

@ -5,7 +5,7 @@
*/
#define ED25519_FN(fn) crypotnite_##fn
#define ED25519_FN(fn) cryptonite_##fn
#include "ed25519-donna.h"
#include "ed25519.h"