On Sat, 2013-01-12 at 14:56 +0800, Daniel Hartwig wrote: > On 12 January 2013 14:43, Daniel Hartwig <mand...@gmail.com> wrote: > > > > Originally reported as <http://bugs.debian.org/437214>. > > > > Triggered when input has size modulo 64 is 56–63 bytes. > > > > scheme@(guile-user)> (use-modules (md5)) > > … from guile-lib, of course! >
Maybe I'm off topic. ;-) 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.