On Wed, Oct 24, 2018 at 03:06:17PM -0700, Eric Biggers wrote:
>
> The patch I've been using just exposes a file /proc/cryptobench (note: it
> maybe
> should be made into a char device instead) to which you can write commands
> like:
>
> algtype=skcipher algname=adiantum(xchacha12,aes) keys
On Tue, Oct 23, 2018 at 07:40:34AM -0300, Ard Biesheuvel wrote:
> On 20 October 2018 at 15:12, Eric Biggers wrote:
> > Hi Ard,
> >
> > On Sat, Oct 20, 2018 at 12:17:58PM +0800, Ard Biesheuvel wrote:
> >> On 16 October 2018 at 01:54, Eric Biggers wrote:
> >> > From: Eric Biggers
> >> >
> >> > Add
On 20 October 2018 at 15:12, Eric Biggers wrote:
> Hi Ard,
>
> On Sat, Oct 20, 2018 at 12:17:58PM +0800, Ard Biesheuvel wrote:
>> On 16 October 2018 at 01:54, Eric Biggers wrote:
>> > From: Eric Biggers
>> >
>> > Add support for the Adiantum encryption mode. Adiantum was designed by
>> > Paul C
Hi Ard,
On Sat, Oct 20, 2018 at 12:17:58PM +0800, Ard Biesheuvel wrote:
> On 16 October 2018 at 01:54, Eric Biggers wrote:
> > From: Eric Biggers
> >
> > Add support for the Adiantum encryption mode. Adiantum was designed by
> > Paul Crowley and is specified by our paper:
> >
> > Adiantum:
On 16 October 2018 at 01:54, Eric Biggers wrote:
> From: Eric Biggers
>
> Add support for the Adiantum encryption mode. Adiantum was designed by
> Paul Crowley and is specified by our paper:
>
> Adiantum: length-preserving encryption for entry-level processors
> (https://eprint.iacr.org/
From: Eric Biggers
Add support for the Adiantum encryption mode. Adiantum was designed by
Paul Crowley and is specified by our paper:
Adiantum: length-preserving encryption for entry-level processors
(https://eprint.iacr.org/2018/720.pdf)
See our paper for full details; this patch only