floodyberry / ed25519-donna

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

Fix a C++-related syntax error in ed25519.h #18

Closed hesiod closed 10 years ago

hesiod commented 10 years ago

The ending bracket in an extern "C" statement does not need a semicolon. (This breaks compilation at least for clang++.)

floodyberry commented 10 years ago

I can never remember if it takes a semi-colon or not, and then mis-remember if I tested or not. Thanks!