took
took
Those two pictures are still quite similar. Can you post the exact code you used? Probably, it could be easily tweaked to match your needs!
@dimitre `new Hash(new BigInteger($hex, 16))` should do the trick! @jenssegers maybe we could refactor the constructor of `Hash` to accept a `string $binaryValue` like before, but if the parameter is...
@ndejong Thank you for reviewing my PR. I've updated the Branch according to your suggestion.
@Zeuh take a look at ENCODING_TYPE in `src/hibp_downloader/__init__.py` line 28: ``` # encoding_type # The encoded response-content is stored as-is without trying to decode (ie decompress) it into a new...