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. module Crypto.PubKey.ECC.P256

    P256 support

  2. data Point

    crypton Crypto.PubKey.ECC.P256

    A P256 point

  3. module Crypto.PubKey.ECC.Prim

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

  4. data Point

    crypton Crypto.PubKey.ECC.Types

    Define a point on a curve.

  5. Point :: Integer -> Integer -> Point

    crypton Crypto.PubKey.ECC.Types

    No documentation available.

  6. PointO :: Point

    crypton Crypto.PubKey.ECC.Types

    Point at Infinity

  7. type PrivateNumber = Integer

    crypton Crypto.PubKey.ECC.Types

    ECC Private Number

  8. type PublicPoint = Point

    crypton Crypto.PubKey.ECC.Types

    ECC Public Point

  9. type PrivateKey curve = Scalar curve

    crypton Crypto.PubKey.ECDSA

    ECDSA Private Key.

  10. type PublicKey curve = Point curve

    crypton Crypto.PubKey.ECDSA

    ECDSA Public Key.

Page 85 of many | Previous | Next