| License | BSD-style | 
|---|---|
| Maintainer | Olivier Chéron <olivier.cheron@gmail.com> | 
| Stability | experimental | 
| Portability | unknown | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Crypto.System.CPU
Description
Gives information about crypton runtime environment.
Synopsis
Documentation
data ProcessorOption Source #
CPU options impacting cryptography implementation and library performance.
Constructors
| 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.