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 PublicKey

    crypton Crypto.PubKey.Ed25519

    An Ed25519 public key

  2. data PublicKey

    crypton Crypto.PubKey.Ed448

    An Ed448 public key

  3. data PublicKey curve hash

    crypton Crypto.PubKey.EdDSA

    An EdDSA public key

  4. data PrivateKey

    crypton Crypto.PubKey.RSA

    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.

  5. PrivateKey :: PublicKey -> Integer -> Integer -> Integer -> Integer -> Integer -> Integer -> PrivateKey

    crypton Crypto.PubKey.RSA

    No documentation available.

  6. data PublicKey

    crypton Crypto.PubKey.RSA

    Represent a RSA public key

  7. PublicKey :: Int -> Integer -> Integer -> PublicKey

    crypton Crypto.PubKey.RSA

    No documentation available.

  8. module Crypto.PubKey.RSA.PKCS15

    No documentation available.

  9. module Crypto.PubKey.RSA.PSS

    No documentation available.

  10. data PSSParams hash seed output

    crypton Crypto.PubKey.RSA.PSS

    Parameters for PSS signature/verification.

Page 86 of many | Previous | Next