Skip Menu |

This queue is for tickets about the Digest-MD6 CPAN distribution.

Report information
The Basics
Id: 62807
Status: rejected
Priority: 0/
Queue: Digest-MD6

People
Owner: Nobody in particular
Requestors: justincase [...] yopmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: results don't match official results
Show quoted text
> perl -MDigest::MD6=md6_224_hex -e 'print md6_224_hex("CC")'
ad78c32d5e6c7c23b2a42d5a5e671005288a0117457dbda0ba34b67f From ShortMsgKAT_224.txt in the MD6 submission package: Len = 8 Msg = CC MD = 1D09EEDC187AF3C3B521D6CF9BA8AA5710794DE86C139EC3CD06058D
You've misunderstood how either the standard tests are interpreted or how md6_224_hex is called. The reference tests express data as hex encoded strings but md6_224_hex expects binary data. In fact all the reference test cases pass (as you'd hope :) I've just released 0.11 which makes it possible to explicitly test against the reference test data so you can demonstrate to yourself that it works correctly.