• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. PublicKey :: Params -> PublicNumber -> PublicKey

    crypton Crypto.PubKey.DSA

    No documentation available.

  2. type PublicNumber = Integer

    crypton Crypto.PubKey.DSA

    DSA Public Number, usually embedded in DSA Public Key

  3. type PrivateNumber = Integer

    crypton Crypto.PubKey.ECC.DH

    ECC Private Number

  4. type PublicPoint = Point

    crypton Crypto.PubKey.ECC.DH

    ECC Public Point

  5. data PrivateKey

    crypton Crypto.PubKey.ECC.ECDSA

    ECDSA Private Key.

  6. PrivateKey :: Curve -> PrivateNumber -> PrivateKey

    crypton Crypto.PubKey.ECC.ECDSA

    No documentation available.

  7. type PrivateNumber = Integer

    crypton Crypto.PubKey.ECC.ECDSA

    ECC Private Number

  8. data PublicKey

    crypton Crypto.PubKey.ECC.ECDSA

    ECDSA Public Key.

  9. PublicKey :: Curve -> PublicPoint -> PublicKey

    crypton Crypto.PubKey.ECC.ECDSA

    No documentation available.

  10. type PublicPoint = Point

    crypton Crypto.PubKey.ECC.ECDSA

    ECC Public Point

Page 84 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete