Popularity
5.2
Stable
Activity
0.0
Stable
4
3
5

Monthly Downloads: 24
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Codec     Cryptography     Random    

threefish alternatives and similar packages

Based on the "Codec" category.
Alternatively, view threefish alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of threefish or a related project?

Add another 'Codec' Package

README

Threefish

Haskell implementation of the Threefish block cipher and the various fun things you can do with it as specified by the Skein 1.3 paper. This currently includes:

  • Threefish block cipher
  • Skein hash function
  • Skein-MAC
  • PRNG
  • Stream cipher
  • Key derivation function

There's also a convenience module that puts it all together, for a simple interface to authenticated encryption.

For Skein 256, this package is about 35% slower than the wrapped C version in the skein package, so if you're only after the hash function you should use that package instead. The 512 bit variant is written in pure Haskell, and quite a bit slower still.