Re: About Guile crypto support

2013-02-05 Thread Ludovic Courtès
Nala Ginrut skribis: > On Tue, 2013-02-05 at 00:03 +0100, Ludovic Courtès wrote: [...] >> We probably don’t want Guile to depend on libgcrypt. >> > > No, I didn't mean to use libgcrypt directly, I just suggested reuse part > of libgcrypt code(only the common digest algorithm) and make wrapper,

Re: About Guile crypto support

2013-02-05 Thread Daniel Hartwig
On 5 February 2013 23:48, Ludovic Courtès wrote: >> The gcrypt-guile project is doing so, I'll help it if I can. >> But my original thought is orthogonal with gcrypt-guile, just put some >> common digest algorithm in libguile rather than a full-stack crypto-lib. > > We could actually use the Gnuli

Re: About Guile crypto support

2013-02-05 Thread Daniel Hartwig
On 6 February 2013 12:18, Daniel Hartwig wrote: > Avoiding duplication and feature creep /in the core/ is highly > desirable. Guildhall makes it convenient enough to pull in additional > features; guile-lib has md5 and industria provides also sha and > others. During yesterday's IRC discussion t