On Sat, 2013-01-12 at 16:46 +0800, Daniel Hartwig wrote: > On 12 January 2013 16:35, Nala Ginrut <nalagin...@gmail.com> wrote: > > I suggest add a 'digest' module implemented in C code in Guile to > > provide common see 'digest algorithm', since these things are very > > useful nowadays. I believe they should be in ice-9. Like Ruby does. > > I've started a project guile-digest. I'll send patch if it's done. > > Which library would you use? >
I think the better way is to dig out related code from libgcrypt, but don't write a wrapper for libgcrypt (actually I've already written such a wrapper https://gitorious.org/nacre/libgcrypt-guile), or libgcrypt would be a dependency which is not so necessary.