Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
crypto-api Crypto.Classes.Exceptions A class of random bit generators that allows for the possibility of failure, reseeding, providing entropy at the same time as requesting bytes Minimum complete definition: newGen, genSeedLength, genBytes, reseed, reseedInfo, reseedPeriod.
-
crypto-api Crypto.Random A class of random bit generators that allows for the possibility of failure, reseeding, providing entropy at the same time as requesting bytes Minimum complete definition: newGen, genSeedLength, genBytes, reseed, reseedInfo, reseedPeriod.
-
crypto-api Crypto.Random Not that it is technically correct as an instance of CryptoRandomGen, but simply because it's a reasonable engineering choice here is a CryptoRandomGen which streams the system randoms. Take note:
largeRandomPrime :: CryptoRandomGen g => g -> Int -> (Integer, g)RSA Codec.Crypto.RSA.Exceptions Generate a large random prime of a given length in bytes.
largeRandomPrime :: CryptoRandomGen g => g -> Int -> Either RSAError (Integer, g)RSA Codec.Crypto.RSA.Pure Generate a large random prime of a given length in bytes.
contextRandomize :: Ptr LCtx -> Ptr Seed32 -> IO Retsecp256k1-haskell Crypto.Secp256k1.Internal.Context No documentation available.
withRandomSeed :: (Ptr Seed32 -> IO a) -> IO asecp256k1-haskell Crypto.Secp256k1.Internal.Util No documentation available.
InitSecretNotRandom :: ErrorPosition -> InspectionErrorcacophony Crypto.Noise.Internal.Handshake.Validation No documentation available.
RespSecretNotRandom :: ErrorPosition -> InspectionErrorcacophony Crypto.Noise.Internal.Handshake.Validation No documentation available.
InitSecretNotRandom :: ErrorPosition -> InspectionErrorcacophony Crypto.Noise.Validation No documentation available.