bitwiseshiftleft

Results 21 comments of bitwiseshiftleft
trafficstars

I was thinking of using it in an FFI call, so that I could serialize into memory owned by C.

Yeah, I made my own `SizeOnlyWriter` as shown above, to get the serialized size and tell it to C. I preferred that just in case C has somewhere very particular...

@kevaundray summoned me by email. What’s limiting the headroom is accumulation in multiplication routine. That routine accumulates sums and differences of up to some number of products of limbs (it...

The people who have talked to me about using SJCL haven't launched yet, so I'm not sure I should add those. But adding a derived works list would be pretty...

Thanks for the info! On Dec 17, 2012, at 9:57 AM, Yiorgis Gozadinos [email protected] wrote: > We rely on SJCL for http://crypho.com > > — > Reply to this email...

Possibly, yes. Last time I tried this, it was actually slower... but perhaps typed arrays have improved since? On the other hand, I definitely do like the idea of an...

I would start by testing the AES code. If that's faster with typed arrays, the rest might be as well. On Aug 8, 2012, at 12:14 AM, Marco Munizaga [email protected]...

Hello Rook, Thanks for your analysis! I'm surprised there are fortune 100 companies using SJCL. If you call randomWords(n) without startCollectorts(), it should throw an exception unless: 1) You pass...

When writing SJCL, I did a user study which tracked mouse movements (not just clicks) on a few websites that a friend of mine runs. The basic notion is that...

This sounds somewhat useful to me as well. However I think it should be a separate trait, because for many types the serialized size is dynamic. You could have a...