Answer the question
In order to leave comments, you need to log in
What is the ComputeHash equivalent of the HMACSHA1 class from C# in C++?
Good day
There is a code in C #:
HMACSHA1 hmacGenerator = new HMACSHA1();
hmacGenerator.Key = sharedSecretArray;
byte[] hashedData = hmacGenerator.ComputeHash(timeArray);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question