Dependencies for cryptonite-0.15
Libraries
cryptonite
- base (>=4.3 && <5)
- bytestring
- ghc-prim
- memory (>=0.8)
- if os(windows)
- if impl(ghc) && flag(integer-gmp)
- integer-gmp (<1.1)
- if flag(support_deepseq)
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| support_aesni | allow compilation with AESNI on system and architecture that supports it | Enabled |
| support_rdrand | allow compilation with RDRAND on system and architecture that supports it | Enabled |
| support_pclmuldq | Allow compilation with pclmuldq on architecture that supports it | Disabled |
| support_blake2_sse | Use SSE optimized version of BLAKE2. | Disabled |
| integer-gmp | Whether or not to use GMP for some functions | Enabled |
| support_deepseq | add deepseq instances for cryptographic types | Enabled |
| old_toolchain_inliner | use -fgnu89-inline to workaround an old compiler linker glibc issue. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info