Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. data Params

    crypto-pubkey-types Crypto.Types.PubKey.DSA

    Represent DSA parameters namely P, G, and Q.

  2. Params :: Integer -> Integer -> Integer -> Params

    crypto-pubkey-types Crypto.Types.PubKey.DSA

    No documentation available.

  3. data PrivateKey

    crypto-pubkey-types Crypto.Types.PubKey.DSA

    Represent a DSA private key. Only x need to be secret. the DSA parameters are publicly shared with the other side.

  4. PrivateKey :: Params -> PrivateNumber -> PrivateKey

    crypto-pubkey-types Crypto.Types.PubKey.DSA

    No documentation available.

  5. type PrivateNumber = Integer

    crypto-pubkey-types Crypto.Types.PubKey.DSA

    DSA Private Number, usually embedded in DSA Private Key

  6. data PublicKey

    crypto-pubkey-types Crypto.Types.PubKey.DSA

    Represent a DSA public key.

  7. PublicKey :: Params -> PublicNumber -> PublicKey

    crypto-pubkey-types Crypto.Types.PubKey.DSA

    No documentation available.

  8. type PublicNumber = Integer

    crypto-pubkey-types Crypto.Types.PubKey.DSA

    DSA Public Number, usually embedded in DSA Public Key

  9. data Point

    crypto-pubkey-types Crypto.Types.PubKey.ECC

    Define a point on a curve.

  10. Point :: Integer -> Integer -> Point

    crypto-pubkey-types Crypto.Types.PubKey.ECC

    No documentation available.

Page 818 of many | Previous | Next