Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. hashPrefix :: (ByteArrayAccess ba, HashAlgorithmPrefix a) => ba -> Int -> Digest a

    cryptonite Crypto.Hash

    Hash the first N bytes of a bytestring, with code path independent from N.

  2. hashPrefixWith :: (ByteArrayAccess ba, HashAlgorithmPrefix alg) => alg -> ba -> Int -> Digest alg

    cryptonite Crypto.Hash

    Run the hashPrefix function but takes an explicit hash algorithm parameter

  3. class HashAlgorithm a => HashAlgorithmPrefix a

    cryptonite Crypto.Hash.Algorithms

    Hashing algorithms with a constant-time implementation.

  4. module Data.FixedLengthList

    Word with fixed length lists constructed from NonEmpty and Empty types.

  5. module Data.NonEmpty.Mixed

    Functions that cope both with plain and non-empty structures. If there are two versions of a function, where one works on fixed-length lists, then place the fixed-length list variant in NonEmpty and the other one here.

  6. filterToInfixes :: Foldable f => (a -> Bool) -> f a -> [T [] a]

    non-empty Data.NonEmpty.Mixed

    No documentation available.

  7. data AppDataUnix

    streaming-commons Data.Streaming.Network

    The data passed to a Unix domain sockets Application.

  8. data ClientSettingsUnix

    streaming-commons Data.Streaming.Network

    Settings for a Unix domain sockets client.

  9. data ServerSettingsUnix

    streaming-commons Data.Streaming.Network

    Settings for a Unix domain sockets server.

  10. clientSettingsUnix :: FilePath -> ClientSettingsUnix

    streaming-commons Data.Streaming.Network

    Smart constructor.

Page 111 of many | Previous | Next