Calvin Metcalf

Results 230 comments of Calvin Metcalf

so the default process.nextTick does indeed use setTimeout, but only in situation of process.nextTick being called the first time, for recursive calls to process.nextTick it'll be called as soon as...

[better link for Chinese remainder theorem](http://en.wikipedia.org/wiki/RSA_%28cryptosystem%29#Using_the_Chinese_remainder_algorithm)

Calls a function with what has been written, and passes result to Promise.resolve which should resolve to be an array of whatever the needed values are. On Sat, Feb 21,...

What if the low level crypto primitives that are exposed where made unsafe. Having to put it in an unsafe block would be a very explicit indicater for the user.

raw results from hmacs too. I could non authenticated being unsafe brings a good idea On Sat, Feb 7, 2015, 4:04 AM Yawning Angel [email protected] wrote: > Back on the...

Too bad the only other hmacs that is standardized is cbc sha hmac as cbc could be considered unsafe, maybe hold off on unauthenticated encryption for now On Sat, Feb...

The projections are all loaded in one file (prrojections/index.js) a good first step might be to remove that file and load projections individual On Nov 28, 2013 7:09 AM, "Vladimir...

What was done to constants can be done to common, and then the projections can start importing the individual functions On Nov 28, 2013 8:28 AM, "Calvin Metcalf" [email protected] wrote:...

So that was how it used to work, but this made it overly complicated to use and set up, I envision the work flow being a version with all projections...

But we could make it easy for others to do async builds, like maybe can a function if it can't find the projection. Before throwing the error On Dec 8,...