@hackage cryptonite-openssl0.5
Crypto stuff using OpenSSL cryptographic library
Categories
License
BSD-3-Clause
Maintainer
vincent@snarc.org
Links
Versions
Installation
Dependencies (4)
- base >=4.3 && <5
- bytestring
- cryptonite
- memory Show all…
Dependents (1)
@hackage/pvss
cryptonite-openssl
Support for OpenSSL based crypto operations in Haskell, as a bolt-in to cryptonite
If you have no idea what're you doing, please do not use this directly, rely on higher level protocols or higher level implementation.
Documentation: cryptonite-openssl on hackage
Support
cryptonite-openssl supports the following platform:
- Windows >= 7
- OSX >= 10.8
- Linux
On the following architectures:
- x86-64
- i386
On the following haskell versions:
- GHC 7.0.x
- GHC 7.4.x
- GHC 7.6.x
- GHC 7.8.x
- GHC 7.10.x
Further platforms and architectures probably works too, but until maintainer(s) don't have regular access to them, we can't commit for further support
Building on MacOS X
- using openssl system library
- using alternative installation
Building on windows
You need the C++ runtime :
And the right installation of OpenSSL. Some binary installations are available here:
Building with alternative OpenSSL - BoringSSL, LibreSSL
TODO


