aboutsummaryrefslogtreecommitdiff
path: root/src/ext/ed25519/ref10/crypto_int64.h
AgeCommit message (Collapse)Author
2014-09-28Stop signed left shifts overflowing in ed25519: Macrosteor
The macros let us use unsigned types for potentially overflowing left shifts. Create SHL32() and SHL64() and SHL8() macros for convenience.
2014-08-26Add headers as needed to make ed25519_ref10 compile.Nick Mathewson