Re: [PATCH] gnu: Add eschalot.

2016-09-06 Thread Leo Famulari
On Tue, Aug 30, 2016 at 06:45:35PM +, ng0 wrote: > From 5eea0ec3a7b1f94912f18e32d3e9bedff64f3ecb Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Fri, 26 Aug 2016 15:41:33 + > Subject: [PATCH] gnu: Add eschalot. > > * gnu/packages/crypto.scm (eschalot): New

Re: [PATCH] gnu: Add eschalot.

2016-08-30 Thread ng0
>From 5eea0ec3a7b1f94912f18e32d3e9bedff64f3ecb Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 26 Aug 2016 15:41:33 + Subject: [PATCH] gnu: Add eschalot. * gnu/packages/crypto.scm (eschalot): New variable. --- gnu/packages/crypto.scm | 58 +

Re: [PATCH] gnu: Add eschalot.

2016-08-30 Thread Eric Bavier
On Tue, 30 Aug 2016 11:09:49 + ng0 wrote: > From a95d7059ea452c9fe9b8d148c33e0d77fbbffc04 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Fri, 26 Aug 2016 15:41:33 + > Subject: [PATCH] gnu: Add eschalot. > > * gnu/packages/crypto.scm (eschalot): New variable. >

Re: [PATCH] gnu: Add eschalot.

2016-08-30 Thread ng0
>From a95d7059ea452c9fe9b8d148c33e0d77fbbffc04 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 26 Aug 2016 15:41:33 + Subject: [PATCH] gnu: Add eschalot. * gnu/packages/crypto.scm (eschalot): New variable. --- gnu/packages/crypto.scm | 55 +

Re: [PATCH] gnu: Add eschalot.

2016-08-30 Thread ng0
Leo Famulari writes: > On Fri, Aug 26, 2016 at 03:49:36PM +, ng0 wrote: >> TL;DR: only run the test suite if you own a cluster, super computer or >> otherwise much computation power which will be bored by this >> hashing. Everyone else will spend MANY hours on this, which is why make >> check

Re: [PATCH] gnu: Add eschalot.

2016-08-30 Thread Leo Famulari
On Fri, Aug 26, 2016 at 03:49:36PM +, ng0 wrote: > TL;DR: only run the test suite if you own a cluster, super computer or > otherwise much computation power which will be bored by this > hashing. Everyone else will spend MANY hours on this, which is why make > check/test is disabled. How many

[PATCH] gnu: Add eschalot.

2016-08-26 Thread ng0
:00 2001 From: ng0 Date: Fri, 26 Aug 2016 15:41:33 + Subject: [PATCH] gnu: Add eschalot. * gnu/packages/crypto.scm (eschalot): New variable. --- gnu/packages/crypto.scm | 61 + 1 file changed, 61 insertions(+) diff --git a/gnu/packages/crypto.sc