[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: private/public key support ?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 15 Mar 2010 09:56:14 -0300
> I've found what I was looking for:
>
> http://luaforge.net/frs/?group_id=394&release_id=1120
>
> it's "very" slow because it's in pure Lua, but it's exactly what I was
> searching.
> Maybe some C-backed implementation would be better..
You can combine my lmd5 (which also supports SHA1) with my lbc, which does
arbitrary precision arithmetic, including modular exponentiation. See
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lmd5
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbc