hwsl2: Hashing with SL2
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
An algebraic hash function, inspired by the paper "Hashing with SL2" by Tillich and Zemor.
The hash function is based on matrix multiplication in the special linear group of degree 2, over a Galois field of order 2^127, with all computations modulo the polynomial x^127 + x^63 + 1.
This construction gives some nice properties, which traditional "bit-scambling" hash functions don't possess, including it being composable. It holds:
hash (m1 <> m2) == hash m1 <> hash m2
All operations in this package are implemented in a very efficient manner using SSE instructions.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4, 0.2.0.0, 0.3.0.1, 0.3.1.0, 0.3.1.1, 0.3.2.0, 0.4.0.0, 0.4.0.1 |
---|---|
Change log | None available |
Dependencies | base (>=4.7 && <4.8), bytestring (>=0.10 && <0.11) [details] |
License | MIT |
Author | Sam Rijs |
Maintainer | srijs@airpost.net |
Category | Data |
Home page | https://github.com/srijs/hwsl2 |
Uploaded | by srijs at 2015-02-14T04:51:46Z |
Modules
- Data
- Hash
- Data.Hash.SL2
- Hash
Downloads
- hwsl2-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees