|
I am using Crypto++ 4.2
Does Crypto++ support HMAC with MD2?
I tried to do
HMAC<MD2> hmacMD2(keyHere);
get error C2039: 'BLOCKSIZE' : is not a member of
'MD2'
John Yang
|
- Re: HMAC with MD2 John Yang
- Re: HMAC with MD2 Wei Dai
|
I am using Crypto++ 4.2
Does Crypto++ support HMAC with MD2?
I tried to do
HMAC<MD2> hmacMD2(keyHere);
get error C2039: 'BLOCKSIZE' : is not a member of
'MD2'
John Yang
|