JulienPalard / multihash

Python 3, PEP 247 compliant, multihash implementation.
5 stars 3 forks source link

fix copy method which aliased the hash implementation #4

Closed candeira closed 8 years ago

candeira commented 8 years ago

The copy() method created a new reference from the old hash implementation to the new one.

Test included.