Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 387 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 387 Bytes

spritz.lua

An Spritz cipher implementation in pure Lua 5.3.

Spritz is a RC4 redesign by Ron Rivest and Jacob Schuldt (PDF).

Exports

  • spritz.encrypt(m, k)
  • spritz.decrypt(m, k)
  • spritz.crypt(m, k)
  • spritz.hash(m)

License

Release into the Public Domain.