Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. PublicKey :: Int -> Integer -> PublicKey

    crypton Crypto.PubKey.Rabin.Modified

    No documentation available.

  2. data PrivateKey

    crypton Crypto.PubKey.Rabin.RW

    Represent a Rabin-Williams private key.

  3. PrivateKey :: PublicKey -> Integer -> Integer -> Integer -> PrivateKey

    crypton Crypto.PubKey.Rabin.RW

    No documentation available.

  4. data PublicKey

    crypton Crypto.PubKey.Rabin.RW

    Represent a Rabin-Williams public key.

  5. PublicKey :: Int -> Integer -> PublicKey

    crypton Crypto.PubKey.Rabin.RW

    No documentation available.

  6. PCLMUL :: ProcessorOption

    crypton Crypto.System.CPU

    Support for CLMUL instructions, with flag support_pclmuldq

  7. data ProcessorOption

    crypton Crypto.System.CPU

    CPU options impacting cryptography implementation and library performance.

  8. data ParseException

    yaml Data.Yaml

    No documentation available.

  9. data Parser a

    yaml Data.Yaml

    A JSON parser. N.B. This might not fit your usual understanding of "parser". Instead you might like to think of Parser as a "parse result", i.e. a parser to which the input has already been applied.

  10. type Parse = StateT ParseState ResourceT IO

    yaml Data.Yaml.Internal

    No documentation available.

Page 88 of many | Previous | Next