bmcorser / py-multihash

Python implementation of Multihash
MIT License
0 stars 1 forks source link

Encodings #1

Open bmcorser opened 9 years ago

bmcorser commented 9 years ago

Write some tests with exotic encodings

kalmi commented 8 years ago

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.

kalmi commented 8 years ago

Please see my PR: #4