Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. arbitraryHash512 :: Gen Hash512

    haskoin-core Haskoin.Util.Arbitrary.Crypto

    Arbitrary 512-bit hash.

  2. arbitraryBip32PathIndex :: Gen Bip32PathIndex

    haskoin-core Haskoin.Util.Arbitrary.Keys

    Arbitrary BIP-32 path index. Can be hardened or not.

  3. arbitraryDerivPath :: Gen DerivPath

    haskoin-core Haskoin.Util.Arbitrary.Keys

    Arbitrary derivation path composed of hardened and non-hardened derivations.

  4. arbitraryFingerprint :: Gen Fingerprint

    haskoin-core Haskoin.Util.Arbitrary.Keys

    No documentation available.

  5. arbitraryHardPath :: Gen HardPath

    haskoin-core Haskoin.Util.Arbitrary.Keys

    Arbitrary BIP-32 derivation path composed of only hardened derivations.

  6. arbitraryKeyPair :: Ctx -> Gen (PrivateKey, PublicKey)

    haskoin-core Haskoin.Util.Arbitrary.Keys

    Arbitrary keypair, both either compressed or not.

  7. arbitraryParsedPath :: Gen ParsedPath

    haskoin-core Haskoin.Util.Arbitrary.Keys

    Arbitrary parsed derivation path. Can contain ParsedPrv, ParsedPub or ParsedEmpty elements.

  8. arbitraryPrivateKey :: Gen PrivateKey

    haskoin-core Haskoin.Util.Arbitrary.Keys

    Arbitrary private key with arbitrary compressed flag.

  9. arbitraryPublicKey :: Ctx -> Gen PublicKey

    haskoin-core Haskoin.Util.Arbitrary.Keys

    Arbitrary public key, either compressed or not.

  10. arbitrarySignature :: Ctx -> Gen (Hash256, SecKey, Sig)

    haskoin-core Haskoin.Util.Arbitrary.Keys

    Arbitrary message hash, private key, nonce and corresponding signature. The signature is generated with a random message, random private key and a random nonce.

Page 15 of many | Previous | Next