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. type PublicPoint = Point

    crypton Crypto.PubKey.ECC.DH

    ECC Public Point

  2. data PrivateKey

    crypton Crypto.PubKey.ECC.ECDSA

    ECDSA Private Key.

  3. PrivateKey :: Curve -> PrivateNumber -> PrivateKey

    crypton Crypto.PubKey.ECC.ECDSA

    No documentation available.

  4. type PrivateNumber = Integer

    crypton Crypto.PubKey.ECC.ECDSA

    ECC Private Number

  5. data PublicKey

    crypton Crypto.PubKey.ECC.ECDSA

    ECDSA Public Key.

  6. PublicKey :: Curve -> PublicPoint -> PublicKey

    crypton Crypto.PubKey.ECC.ECDSA

    No documentation available.

  7. type PublicPoint = Point

    crypton Crypto.PubKey.ECC.ECDSA

    ECC Public Point

  8. module Crypto.PubKey.ECC.P256

    P256 support

  9. data Point

    crypton Crypto.PubKey.ECC.P256

    A P256 point

  10. module Crypto.PubKey.ECC.Prim

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

Page 84 of many | Previous | Next