floodyberry / ed25519-donna

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

Fix compilation with ED25519_SUFFIX defined #6

Closed nmathewson closed 10 years ago

nmathewson commented 10 years ago

The ed25519_sign_open_batch function invokes randombytes_unsafe and sign_open..., but if ED25519_SUFFIX is defined, those functions will be compiled with different names.