Re: bounded storage model - why is R organized as 2-d array?

2006-03-09 Thread Chris Palmer
Steven M. Bellovin writes: > I think you vastly overestimate how much hardware one needs to do > something like AES. I ran > > dd if=/dev/zero bs=32k count=1024| openssl speed aes-128-cbc > > on a 1500 Mhz Athlon. It reported speeds of ~27.5 MBps, or 220 Mbps. > Even video isn't that fas

Re: bounded storage model - why is R organized as 2-d array?

2006-03-09 Thread Ben Laurie
Steven M. Bellovin wrote: > On Thu, 09 Mar 2006 02:10:58 -0500 > [EMAIL PROTECTED] wrote: > >> This is very useful for encrypting things like video >> streams without an expensive hardware cryptographic accelerator card. >> > I think you vastly overestimate how much hardware one needs to do > som

Re: bounded storage model - why is R organized as 2-d array?

2006-03-09 Thread Steven M. Bellovin
On Thu, 09 Mar 2006 02:10:58 -0500 [EMAIL PROTECTED] wrote: > This is very useful for encrypting things like video > streams without an expensive hardware cryptographic accelerator card. > I think you vastly overestimate how much hardware one needs to do something like AES. I ran dd if

Re: bounded storage model - why is R organized as 2-d array?

2006-03-09 Thread alex
> - Original Message - > From: "Travis H." <[EMAIL PROTECTED]> > To: cryptography@metzdowd.com > Subject: bounded storage model - why is R organized as 2-d array? > Date: Thu, 2 Mar 2006 23:06:41 -0600 > > > Hey, > > In Maurer's paper, which is the last link here on the following page, >