thentos-core-0.0.1.1: The swiss army knife of privacy-preserving identity management

Safe HaskellNone
LanguageHaskell2010

Thentos.Sybil.Captcha

Synopsis

Documentation

generateCaptcha :: Random20 -> (ImageData, ST)

Generate a captcha. Returns a pair of the binary image data in PNG format and the correct solution to the captcha. FIXME Implement by delegating to hs-captcha or whatever captcha library we'll end up using