[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Luacrypto does not seem to successfully install on two platforms.
- From: Rob Kendrick <lua-l@...>
- Date: Tue, 21 Jul 2009 17:58:58 +0100
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.