SecureHash-SHA3: simple static linked SHA3 using private symbols and the ref impl
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.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- 'cc-options: -O[n]' is generally not needed. When building with optimisations Cabal automatically adds '-O2' for C code. Setting it yourself interferes with the --disable-optimization flag.
a self contained and linker friendly one stop shop for SHA3 kit based on the keccak reference impls
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.1.0.1, 0.1.0.2, 0.1.1.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.3 && <4.13), bytestring (>=0.9 && <0.11) [details] |
License | BSD-2-Clause |
Author | Carter Tazio Schonwald |
Maintainer | carter at wellposed dot com |
Category | System |
Home page | https://github.com/cartazio/securehash-sha3 |
Uploaded | by CarterSchonwald at 2018-12-01T18:13:09Z |
Modules
- Crypto
- SecureHash
- Crypto.SecureHash.SHA3
- Crypto.SecureHash.SHA3.FFI
- Crypto.SecureHash.SHA3
- SecureHash
Downloads
- SecureHash-SHA3-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees