Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. data PSQ k p

    PSQueue Data.PSQueue.Internal

    A mapping from keys k to priorites p.

  2. Play :: !PSQ k p -> !PSQ k p -> TourView k p

    PSQueue Data.PSQueue.Internal

    No documentation available.

  3. data PrivateKey

    RSA Codec.Crypto.RSA.Exceptions

    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.

  4. PrivateKey :: PublicKey -> Integer -> Integer -> Integer -> Integer -> Integer -> Integer -> PrivateKey

    RSA Codec.Crypto.RSA.Exceptions

    No documentation available.

  5. data PublicKey

    RSA Codec.Crypto.RSA.Exceptions

    Represent a RSA public key

  6. PublicKey :: Int -> Integer -> Integer -> PublicKey

    RSA Codec.Crypto.RSA.Exceptions

    No documentation available.

  7. module Codec.Crypto.RSA.Pure

    No documentation available.

  8. data PrivateKey

    RSA Codec.Crypto.RSA.Pure

    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.

  9. PrivateKey :: PublicKey -> Integer -> Integer -> Integer -> Integer -> Integer -> Integer -> PrivateKey

    RSA Codec.Crypto.RSA.Pure

    No documentation available.

  10. data PublicKey

    RSA Codec.Crypto.RSA.Pure

    Represent a RSA public key

Page 794 of many | Previous | Next