keystore-0.9.0.2: Managing stores of secret things
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.KeyStore.KS.CPRNG

Documentation

data CPRNG Source #

Instances

Instances details
DRG CPRNG Source # 
Instance details

Defined in Data.KeyStore.KS.CPRNG

Methods

randomBytesGenerate :: ByteArray byteArray => Int -> CPRNG -> (byteArray, CPRNG) #