An Spritz
cipher implementation in pure Lua 5.3.
Spritz is a RC4 redesign by Ron Rivest and Jacob Schuldt (PDF).
spritz.encrypt(m, k)
spritz.decrypt(m, k)
spritz.crypt(m, k)
spritz.hash(m)
Release into the Public Domain.
An Spritz
cipher implementation in pure Lua 5.3.
Spritz is a RC4 redesign by Ron Rivest and Jacob Schuldt (PDF).
spritz.encrypt(m, k)
spritz.decrypt(m, k)
spritz.crypt(m, k)
spritz.hash(m)
Release into the Public Domain.