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

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. type PrivateNumber = Integer

    cryptonite Crypto.PubKey.ECC.DH

    ECC Private Number

  2. type PublicPoint = Point

    cryptonite Crypto.PubKey.ECC.DH

    ECC Public Point

  3. data PrivateKey

    cryptonite Crypto.PubKey.ECC.ECDSA

    ECDSA Private Key.

  4. PrivateKey :: Curve -> PrivateNumber -> PrivateKey

    cryptonite Crypto.PubKey.ECC.ECDSA

    No documentation available.

  5. type PrivateNumber = Integer

    cryptonite Crypto.PubKey.ECC.ECDSA

    ECC Private Number

  6. data PublicKey

    cryptonite Crypto.PubKey.ECC.ECDSA

    ECDSA Public Key.

  7. PublicKey :: Curve -> PublicPoint -> PublicKey

    cryptonite Crypto.PubKey.ECC.ECDSA

    No documentation available.

  8. type PublicPoint = Point

    cryptonite Crypto.PubKey.ECC.ECDSA

    ECC Public Point

  9. module Crypto.PubKey.ECC.P256

    P256 support

  10. data Point

    cryptonite Crypto.PubKey.ECC.P256

    A P256 point

Page 228 of many | Previous | Next

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