jerry40 / guile-kernel

GNU Guile Scheme kernel for Jupyter Notebook
GNU General Public License v3.0
35 stars 16 forks source link

Use Guile-Gcrypt instead of 'openssl' to compute HMACs. #5

Open civodul opened 6 years ago

civodul commented 6 years ago

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 for tools.scm as well.)

Thanks for this nice kernel!

Ludo'.

jerry40 commented 6 years ago

Hi!

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.

Thank you very much!