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. PointO :: Point

    crypto-pubkey-types Crypto.Types.PubKey.ECC

    Point at Infinity

  2. type PrivateNumber = Integer

    crypto-pubkey-types Crypto.Types.PubKey.ECC

    ECC Private Number

  3. type PublicPoint = Point

    crypto-pubkey-types Crypto.Types.PubKey.ECC

    ECC Public Point

  4. data PrivateKey

    crypto-pubkey-types Crypto.Types.PubKey.ECDSA

    ECDSA Private Key.

  5. PrivateKey :: Curve -> PrivateNumber -> PrivateKey

    crypto-pubkey-types Crypto.Types.PubKey.ECDSA

    No documentation available.

  6. type PrivateNumber = Integer

    crypto-pubkey-types Crypto.Types.PubKey.ECDSA

    ECC Private Number

  7. data PublicKey

    crypto-pubkey-types Crypto.Types.PubKey.ECDSA

    ECDSA Public Key.

  8. PublicKey :: Curve -> PublicPoint -> PublicKey

    crypto-pubkey-types Crypto.Types.PubKey.ECDSA

    No documentation available.

  9. type PublicPoint = Point

    crypto-pubkey-types Crypto.Types.PubKey.ECDSA

    ECC Public Point

  10. data PrivateKey

    crypto-pubkey-types Crypto.Types.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.

Page 819 of many | Previous | Next