Hi, all!
I want to create a program which calculates HMAC-SHA1 using a key
specified by PLAINTEXTKEYBLOB.
I have a 20-byte key for HMAC-SHA1 and want to use it.
How should I do?
Should I import the key by CryptImportKey()?
But I have to specify a key algorithm and I donno which algorithm I
should use.
Your kind help is welcomed.