This change replaces the dependency on OpenSSL with a dependency on Guile-Gcrypt. It also makes hmac.scm a proper module (we should consider doing this for tools.scm as well.)
Wow, it is so good to avoid using openssl client tool! Let me test the change on my side.
PS I think I'll just move code from tools.scm into guile-jupyter-kernel.scm.
Hello!
This change replaces the dependency on OpenSSL with a dependency on Guile-Gcrypt. It also makes
hmac.scm
a proper module (we should consider doing this fortools.scm
as well.)Thanks for this nice kernel!
Ludo'.