guile-kernel icon indicating copy to clipboard operation
guile-kernel copied to clipboard

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

Open civodul opened this issue 6 years ago • 1 comments

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'.

civodul avatar Sep 11 '18 09:09 civodul

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!

jerry40 avatar Sep 11 '18 10:09 jerry40