Open bmcorser opened 9 years ago
Write some tests with exotic encodings
In my opinion, hash libraries should not concern themselves with encodings. None of python's built-in hash functions care about encodings. They all expect bytes.
Please see my PR: #4
Write some tests with exotic encodings