Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. data PrivateKey

    crypton Crypto.PubKey.Rabin.Modified

    Represent a Modified-Rabin private key.

  2. PrivateKey :: PublicKey -> Integer -> Integer -> Integer -> PrivateKey

    crypton Crypto.PubKey.Rabin.Modified

    No documentation available.

  3. data PublicKey

    crypton Crypto.PubKey.Rabin.Modified

    Represent a Modified-Rabin public key.

  4. PublicKey :: Int -> Integer -> PublicKey

    crypton Crypto.PubKey.Rabin.Modified

    No documentation available.

  5. data PrivateKey

    crypton Crypto.PubKey.Rabin.RW

    Represent a Rabin-Williams private key.

  6. PrivateKey :: PublicKey -> Integer -> Integer -> Integer -> PrivateKey

    crypton Crypto.PubKey.Rabin.RW

    No documentation available.

  7. data PublicKey

    crypton Crypto.PubKey.Rabin.RW

    Represent a Rabin-Williams public key.

  8. PublicKey :: Int -> Integer -> PublicKey

    crypton Crypto.PubKey.Rabin.RW

    No documentation available.

  9. PCLMUL :: ProcessorOption

    crypton Crypto.System.CPU

    Support for CLMUL instructions, with flag support_pclmuldq

  10. data ProcessorOption

    crypton Crypto.System.CPU

    CPU options impacting cryptography implementation and library performance.

Page 88 of many | Previous | Next