I am trying to implement HMAC SHA1 algorithm and used open source libraries for the same.
But it is generating 17 bytes digest with 3 bytes 00s added. But it is expected to generate 20 bytes digest.
we are providing input of 14 bytes key string. any idea on this issue?