Ok, I know I’m late again this week, but that is not (completely) due to laziness. I’d wish to say that it has to do with real life issues, but I’m not sure if academic life can be called “real life” (or even “life”). This routine is really taking a toll on me.
To make it brief, I just want to let you know that some things stated on my last post are not valid anymore: talking to Clément David (if I have not mentioned him yet, he is one of my GSoC mentors) at Scilab GSoC mailing list, I got to know that OpenSSL is already a dependency of Scilab, so to run my Jupyter Kernel it’ll be needed anyways.
That detail changes our previous scenario, as now only using Crypto++ for HMAC hash calculation has the disavantage of adding an extra dependency, which is undesired.
For this reason, I ended up needing to rewrite the hash generator class to use OpenSSLHMACC API. It wasn’t that difficult, as the logic behind the calculations remains pretty much the same.