Copyright | (c) Eric Mertens 2021 |
---|---|
License | ISC |
Maintainer | emertens@gmail.com |
Safe Haskell | None |
Language | Haskell2010 |
https://adventofcode.com/2015/day/5
Search for a password that satisfies a leading zeros MD5 property.
Documentation
passwordLen :: Int Source #
password1 :: ByteString -> String Source #
password2 :: ByteString -> String Source #
spinnerLen :: Int Source #
hexRep :: ByteString -> String Source #
digitStream :: ByteString -> [(Char, Char)] Source #