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.
hashPrefix :: (ByteArrayAccess ba, HashAlgorithmPrefix a) => ba -> Int -> Digest acryptonite Crypto.Hash Hash the first N bytes of a bytestring, with code path independent from N.
hashPrefixWith :: (ByteArrayAccess ba, HashAlgorithmPrefix alg) => alg -> ba -> Int -> Digest algcryptonite Crypto.Hash Run the hashPrefix function but takes an explicit hash algorithm parameter
class HashAlgorithm a =>
HashAlgorithmPrefix acryptonite Crypto.Hash.Algorithms Hashing algorithms with a constant-time implementation.
-
Word with fixed length lists constructed from NonEmpty and Empty types.
-
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.
filterToInfixes :: Foldable f => (a -> Bool) -> f a -> [T [] a]non-empty Data.NonEmpty.Mixed No documentation available.
-
streaming-commons Data.Streaming.Network The data passed to a Unix domain sockets Application.
-
streaming-commons Data.Streaming.Network Settings for a Unix domain sockets client.
-
streaming-commons Data.Streaming.Network Settings for a Unix domain sockets server.
clientSettingsUnix :: FilePath -> ClientSettingsUnixstreaming-commons Data.Streaming.Network Smart constructor.