License | BSD-style |
---|---|
Maintainer | Olivier Chéron <olivier.cheron@gmail.com> |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
Language | Haskell2010 |
Gives information about cryptonite runtime environment.
Synopsis
- data ProcessorOption
- processorOptions :: [ ProcessorOption ]
Documentation
data ProcessorOption Source #
CPU options impacting cryptography implementation and library performance.
AESNI |
Support for AES instructions, with flag
|
PCLMUL |
Support for CLMUL instructions, with flag
|
RDRAND |
Support for RDRAND instruction, with flag
|
Instances
processorOptions :: [ ProcessorOption ] Source #
Options which have been enabled at compile time and are supported by the current CPU.