adventofcode-0.1.0.0: Haskell solutions to adventofcode
LicenseMIT
Maintainer@tylerjl
Safe HaskellSafe-Inferred
LanguageHaskell2010

Y2015.D04

Description

Solutions to the day 04 set of problems for adventofcode.com.

Synopsis

Documentation

crack #

Arguments

:: ByteString

Input hash

-> Int

Number of leading zeroes

-> Int

Original password value

Cracks password hash to retrieve original value