Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. data PrivateKey

    cryptonite Crypto.PubKey.RSA.Types

    Represent a RSA private key. Only the pub, d fields are mandatory to fill. p, q, dP, dQ, qinv are by-product during RSA generation, but are useful to record here to speed up massively the decrypt and sign operation. implementations can leave optional fields to 0.

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

    cryptonite Crypto.PubKey.RSA.Types

    No documentation available.

  3. data PublicKey

    cryptonite Crypto.PubKey.RSA.Types

    Represent a RSA public key

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

    cryptonite Crypto.PubKey.RSA.Types

    No documentation available.

  5. data PrivateKey

    cryptonite Crypto.PubKey.Rabin.Basic

    Represent a Rabin private key.

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

    cryptonite Crypto.PubKey.Rabin.Basic

    No documentation available.

  7. data PublicKey

    cryptonite Crypto.PubKey.Rabin.Basic

    Represent a Rabin public key.

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

    cryptonite Crypto.PubKey.Rabin.Basic

    No documentation available.

  9. data PrivateKey

    cryptonite Crypto.PubKey.Rabin.Modified

    Represent a Modified-Rabin private key.

  10. PrivateKey :: PublicKey -> Integer -> Integer -> Integer -> PrivateKey

    cryptonite Crypto.PubKey.Rabin.Modified

    No documentation available.

Page 231 of many | Previous | Next