License | MIT |
---|---|
Maintainer | @tylerjl |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Solutions to the day 04 set of problems for adventofcode.com.
Synopsis
- crack :: ByteString -> Int -> Int
Documentation
:: ByteString | Input hash |
-> Int | Number of leading zeroes |
-> Int | Original password value |
Cracks password hash to retrieve original value