Skip to content

cuhsat/spritz.lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Spritz cipher implementation in pure Lua 5.3.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages