hamishmack / entropy

Easy entropy source for Haskell users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This package allows Haskell users to easily acquire entropy for use in critical security applications by calling out to either windows crypto api, unix/linux's /dev/urandom, or the RDRAND instruction.

About

Easy entropy source for Haskell users.

License:Other


Languages

Language:Haskell 84.7%Language:C 15.3%