lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, 21 Jul 2009 18:47:12 +0200
Petite Abeille <petite.abeille@gmail.com> wrote:

> > As part of a project I am developing I am planning to use SHA1
> > HMAC digests.
> 
> If this is not performance critical, there is also a SHA1  
> implementation in pure Lua:

Along similar hideous lines, here is a pure-Lua implementation of the
RC4 PRNG and stream cipher I threw together:
 <http://www.rjek.com/arcfour.lua.txt>

B.