Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cuhsat/spritz.go

A Spritz cipher implementation in pure Go.
https://github.com/cuhsat/spritz.go

algorithm cryptography go golang spritz

Last synced: 16 days ago
JSON representation

A Spritz cipher implementation in pure Go.

Awesome Lists containing this project

README

        

# spritz.go
A Spritz cipher implementation in pure Go.

Spritz is a RC4 redesign by *Ron Rivest* and *Jacob Schuldt*
[(PDF)](docs/RS14.pdf).

# Exports

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

# License
Release into the [Public Domain](LICENSE.txt).