I need to run LuaCrypto on win platform. Does anyone know how to do it?
A:
There are mixed answers to this online; some people say they have gotten it to work, but I can't. However, Jeffrey Friedl (who has some understandable but point-missing and viciously-expressed gripes with Lua) has written up SHA-1 in pure Lua, which should run anywhere.
JasonFruit
2010-05-25 14:22:00
+1
A:
I just pushed CMakeLists.txt to my luacrypto fork. That means if you have:
you should be able to compile it on Windows (tested on MinGW).
MiKy
2010-05-27 15:34:39