Dear all,
with OpenSSL deprecating most of the HMAC functions (c.f. /docs/man3.0/man3/HMAC_Init_ex.html (openssl.org)), what is the alternative approach to do that computation if you have multiple data arrays to do the computation over via HMAC_Update?
Thanks in advance,
Felix