Skip to content

cuhsat/spritz.go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spritz.go

A Spritz cipher implementation in pure Go.

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

Exports

  • Spritz.Encrypt(message, key []byte)
  • Spritz.Decrypt(message, key []byte)
  • Spritz.Hash(message, digest []byte)

License

Release into the Public Domain.

About

A Spritz cipher implementation in pure Go.

Topics

Resources

License

Stars

Watchers

Forks

Languages