Alex Mizrahi Thu, 09 Feb 2006 07:44:10 -0800
default.cpp unsigned int i; for(i=0; i<outLen; i+=DefaultHashModule::DIGESTSIZE) { b[0] = (byte) i >> 8;
correct one (i suppose) would be b[0] = (byte) (i >> 8);