Skip to content
/ skein Public

The Skein hash function family based on the Threefish tweakable block cipher

License

Notifications You must be signed in to change notification settings

aead/skein

Repository files navigation

Godoc Reference

The Skein hash function family

Skein is a cryptographic hash function family designed by Bruce Schneier, Niels Ferguson, Stefan Lucks, Doug Whiting, Mihir Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker.

Skein uses the tweakable block cipher Threefish in UBI chaining mode and can produce hash values of any length. There exists three Skein variants:

  • Skein-256 based on Threefish-256 with a block size of 256 bit.
  • Skein-512 based on Threefish-512 with a block size of 512 bit. (This variant is recommended)
  • Skein-1024 based on Threefish-1024 with a block size of 1024 bit. (Very conservative security level)

Installation

Install in your GOPATH: go get -u github.com/aead/skein

About

The Skein hash function family based on the Threefish tweakable block cipher

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages