hai,
i am using this code! is there any problem with it.
byte pbOutputBuffer[HMAC<SHA >::DIGESTSIZE];

byte *pbKey = (byte*)"this is the key";

byte *pbData = (byte*)"this is the data";

HMAC<SHA >(pbKey,strlen((char*)pbKey)).CalculateDigest(pbOutputBuffer,
pbData, strlen((char*)pbData));

if no problem, then why am i getting lots of "undefined reference to"
errors!!
please help,
thanks.

Reply via email to