[reSIProcate] Helper::computeTag()

Zsolt Rizsanyi rizsanyi at users.sourceforge.net
Thu May 18 04:17:12 CDT 2006


Hi!

The implementation of computeTag() looks like this:
Data
Helper::computeTag(int numBytes)
{
   return Random::getRandomHex(4);
}

As you can see it has an int parameter but it is not used instead 4 is used 
for the length of the tag.

Could somebody with svn access please fix this?

Thanks,
Zsolt



More information about the resiprocate-devel mailing list