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

Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. data Point

    crypton Crypto.PubKey.ECC.Types

    Define a point on a curve.

  2. Point :: Integer -> Integer -> Point

    crypton Crypto.PubKey.ECC.Types

    No documentation available.

  3. PointO :: Point

    crypton Crypto.PubKey.ECC.Types

    Point at Infinity

  4. type PrivateNumber = Integer

    crypton Crypto.PubKey.ECC.Types

    ECC Private Number

  5. type PublicPoint = Point

    crypton Crypto.PubKey.ECC.Types

    ECC Public Point

  6. type PrivateKey curve = Scalar curve

    crypton Crypto.PubKey.ECDSA

    ECDSA Private Key.

  7. type PublicKey curve = Point curve

    crypton Crypto.PubKey.ECDSA

    ECDSA Public Key.

  8. data PublicKey

    crypton Crypto.PubKey.Ed25519

    An Ed25519 public key

  9. data PublicKey

    crypton Crypto.PubKey.Ed448

    An Ed448 public key

  10. data PublicKey curve hash

    crypton Crypto.PubKey.EdDSA

    An EdDSA public key

Page 85 of many | Previous | Next

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