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
() Nala Ginrut
() Sun, 03 Feb 2013 20:55:46 +0800
Would you prefer C implementation or Scheme way?
The less C the better, generally, IMHO.
--
Thien-Thi Nguyen . GPG key: 4C807502
. NB: ttn at glug dot org is not me .
.
Andy Wingo writes:
> I am pleased to announce that Guile-Lib 0.2.2 has been released. It
> may be obtained at:
>
> http://download.savannah.gnu.org/releases/guile-lib/guile-lib-0.2.2.tar.gz
I've updated the version on guildhall accordingly.
'guild update' to fetch the latest available.scm, an
Hello
On 3 February 2013 20:55, Nala Ginrut wrote:
> 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
> m
On 31 January 2013 18:23, Andy Wingo wrote:
> Guile-Lib is intended as an accumulation place for pure-scheme Guile
> modules, allowing for people to cooperate integrating their generic
> Guile modules into a coherent library. Think "a down-scaled,
> limited-scope CPAN for Guile".
Is guile-lib int
On Mon, 2013-02-04 at 09:14 +0800, Daniel Hartwig wrote:
> Hello
>
> On 3 February 2013 20:55, Nala Ginrut wrote:
> > 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.
> >
On 4 February 2013 11:12, Nala Ginrut wrote:
>> If your goal is only to provide crypto. support to Guile programs,
>> then time is better spent providing a wrapper to the existing library.
>> Concerns about adding an external dependency do not hold much weight
>> next to the advantages of directl
On Mon, 2013-02-04 at 11:35 +0800, Daniel Hartwig wrote:
> On 4 February 2013 11:12, Nala Ginrut wrote:
> >> If your goal is only to provide crypto. support to Guile programs,
> >> then time is better spent providing a wrapper to the existing library.
> >> Concerns about adding an external depend