Closed Nemirtingas closed 4 years ago
The rationale for depending for Nettle or OpenSSL was that libdatachannel itself depends either on GnuTLS (so indirectly Nettle) or OpenSSL. However, that's a good idea to make things easier for people using libjuice by itself.
Cool, thanks.
Hi, I feel like importing the whole Nettle or OpenSSL lib just for HMAC computation is a bit overkill. Can we use something lighter like https://github.com/kazuho/picohash ?