As mentioned in another thread about digest algorithm support in Guile, my plan is use part of implementation of libgcrypt and make a wrapper, then put into libguile. But now I found weinholt's Scheme industria lib, which contains all mainstream crypto(not only digest) algorithm. http://weinholt.se/industria/manual/crypto.html#crypto So what's your opinion, guys? Would you prefer C implementation or Scheme way?
Thanks!