From f7fa376378cb221347c679aef001b3c04b212c7b Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 8 Aug 2013 17:49:26 +0200 Subject: Adding the rsa.lua code to lcrypt. --- lcrypt/lcrypt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lcrypt/lcrypt.c') diff --git a/lcrypt/lcrypt.c b/lcrypt/lcrypt.c index d757f11..ed514dd 100644 --- a/lcrypt/lcrypt.c +++ b/lcrypt/lcrypt.c @@ -54,6 +54,7 @@ static void* lcrypt_malloc(lua_State *L, size_t size) #include "lcrypt_hashes.c" #include "lcrypt_math.c" #include "lcrypt_bits.c" +#include "lcrypt_rsa.c" static int lcrypt_tohex(lua_State *L) { -- cgit v1.2.3