Subject: | [PATCH] switch from custom md5 implementation to Digest::MD5 |
Custom MD5 (based on sample from RFC) implementation used in the module
works wrong on 64bit machines what causes a lot of collisions in UUIDs
generated using a namespace.
Please, consider attached patch that:
* deletes md5.{h,c} files
* adds a test that demonstrate problem on affected archs
* uses Digest::MD5 to generate v3 UUIDs
--
Best regards, Ruslan.
Subject: | Data-UUID-1.148-replace_rfc_md5_implementation_with_digest_md5.patch |
Message body is not shown because it is too large.