Reputation: 321
I have used hmacSha256() method given in wiki. it is generating different HMAC-SHA256 byte array. is there any standard library to use HMAC-SHA256 in QT/ C++ ?
Upvotes: 1
Views: 2655
Reputation: 22786
Use QMessageAuthenticationCode.
Upvotes: 3