libghc-crypto-random-api-prof

simple random generators API for crypto-related code; profiling libraries

Description

This provides a class of Cryptographic Secure Random generator.

The main difference with the generic Haskell RNG is that it return bytes instead of an integer.

It is quite similar to the CryptoRandomGen class in crypto-api except that error are not returned to the user. Instead the user is suppose to handle reseeding by using the NeedReseed and SupplyEntropy methods. For other type of errors, the user is expected to generate bytes with the parameters bounds explicity defined here.

The CPRG need to be able to generate up to 2^20 bytes in one call.

This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://github.com/vincenthz/hs-crypto-random-api


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libghc-crypto-random-api-prof