Dependencies for cryptonite-cd-0.29.1
Libraries
cryptonite-cd
- basement-cd
- bytestring
- ghc-prim
- memory-cd
- if impl(ghc<8.0)
- buildable: False
- if os(windows)
- if impl(ghc) && flag(integer-gmp)
- 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_sse | Use SSE optimized version of (BLAKE2, ARGON2) | 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 |
check_alignment | extra check on alignment in C layers, which cause lowlevel assert errors. for debugging only. | Disabled |
use_target_attributes | use GCC / clang function attributes instead of global target options. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info