views:

84

answers:

2

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
+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