On Mon, Oct 18, 2010 at 15:57, nuges01 <[email protected]> wrote:

> I'm want to use the function HmacFile(...) to create a digest.
> However, I couldn't find a suitable function for verifying the created
> digest. Does anyone know how this is done in Cryptopp??
>

I'm not familiar with the function you mention. But in principle there
is no difference between generating and verifying an HMAC digest. To
verify, you simply generate the digest and compare it to your
known-good digest value.

Geoff

-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.

Reply via email to