Error when building
Hi, when trying building cryptofuzz I got this error: crypto.cpp:14:18: error: ‘__builtin_rotateleft32’ was not declared in this scope; did you mean ‘__builtin_roundf32’? 14 | #define ROL(x,n) __builtin_rotateleft32(x,n)
How to solve it please ?
Same problem and also this: crypto.cpp:13:18: error: ‘__builtin_rotateright32’ was not declared in this scope 13 | #define ROR(x,n) __builtin_rotateright32(x,n) | ^~~~~~~~~~~~~~~~~~~~~~~
also should be included #include
Excuse but I don't understand quite much, I mean how to solve the problem ?