Re: [whatwg] Cryptographically strong random numbers

2011-02-16 Thread Tom Mitchell
On Wed, Feb 16, 2011 at 4:29 PM, Allen Wirfs-Brock wrote: > So, let's get back to the design of an actual ECMAScript API. > > I'll repeat a couple of initial points: > We are now talking about a pure JavaScript API, Good stuff. Recall that part of what started this is that folks asked f

Re: [whatwg] Cryptographically strong random numbers

2011-02-04 Thread Tom Mitchell
On Fri, Feb 4, 2011 at 9:00 PM, Cedric Vivier wrote: > Hi, > > On Sat, Feb 5, 2011 at 08:42, Adam Barth wrote: >> interface Crypto { >>  Float32Array getRandomFloat32Array(in long length); >>  Uint8Array getRandomUint8Array(in long length); >> }; > > I think the API would be more flexible and mor