Hello, Does anyone know if OpenSSL supported MAC1? I tried to find a way to encrypt an unsigned char array of plaintext, using an unsigned char array key of MAC1 algorithm. The parameters of MAC1 are sha-256 and tbits = 160. Does anyone know how I can write my C++ code to do that? Thank you.
Regards, Chuong D. Khuc