longshot-0.1.0.5: Fast Brute-force search using parallelism

LicenseMIT
MaintainerFrancis Lim <thyeem@gmail.com>
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Crypto.Longshot.TH

Description

 
Synopsis

Documentation

bruteforceN :: Int -> Q Exp -> Q Exp -> Q Exp -> Q Exp -> Q Exp Source #

Brute-force with N-search-length using TH

funcGenerator :: Q [Dec] Source #

Declare functions to run in parallel for search

funcList :: Q Exp Source #

Get list of functions to run in parallel for search