floodyberry / ed25519-donna

Implementations of a fast Elliptic-curve Digital Signature Algorithm
169 stars 47 forks source link

README.md typo regarding -DED25519_INLINE_ASM #30

Open user8547 opened 8 years ago

user8547 commented 8 years ago

"Use -DED25519_INLINE_ASM to disable the use of custom assembler routines and instead rely on portable C." should be: "Use -DED25519_NO_INLINE_ASM to disable the use of custom assembler routines and instead rely on portable C."