Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. module Crypto.PubKey.ECC.Prim

    Elliptic Curve Arithmetic. WARNING: These functions are vulnerable to timing attacks.

  2. data Point

    cryptonite Crypto.PubKey.ECC.Types

    Define a point on a curve.

  3. Point :: Integer -> Integer -> Point

    cryptonite Crypto.PubKey.ECC.Types

    No documentation available.

  4. PointO :: Point

    cryptonite Crypto.PubKey.ECC.Types

    Point at Infinity

  5. type PrivateNumber = Integer

    cryptonite Crypto.PubKey.ECC.Types

    ECC Private Number

  6. type PublicPoint = Point

    cryptonite Crypto.PubKey.ECC.Types

    ECC Public Point

  7. type PrivateKey curve = Scalar curve

    cryptonite Crypto.PubKey.ECDSA

    ECDSA Private Key.

  8. type PublicKey curve = Point curve

    cryptonite Crypto.PubKey.ECDSA

    ECDSA Public Key.

  9. data PublicKey

    cryptonite Crypto.PubKey.Ed25519

    An Ed25519 public key

  10. data PublicKey

    cryptonite Crypto.PubKey.Ed448

    An Ed448 public key

Page 229 of many | Previous | Next