diff options
Diffstat (limited to 'node/Salsa20.cpp')
| -rw-r--r-- | node/Salsa20.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Salsa20.cpp b/node/Salsa20.cpp index 802f82e9..d80ea28d 100644 --- a/node/Salsa20.cpp +++ b/node/Salsa20.cpp @@ -5,6 +5,7 @@ */ #include "Salsa20.hpp" +#include "Constants.hpp" #define ROTATE(v,c) (((v) << (c)) | ((v) >> (32 - (c)))) #define XOR(v,w) ((v) ^ (w)) |
