Files
Advent_of_code_2015/2015_day_4/README.md
2025-12-01 14:38:16 +00:00

7 lines
309 B
Markdown

Your puzzle input is yzbqklnj.
The puzzle is to find MD5 hashes where the output has 5 leading zeroes by appending an integer to an input string
I'm going to use the RFC 1321 library here, as designing an md5 implementation is a bit too much for right now
Correction, I will use the old style openssl/md5.h