freedomjs / freedom-pgp-e2e

Wrapping up end-to-end code and provide in freedom custom API.
34 stars 6 forks source link

Soycode firefoxcorecrypto #38

Closed agallant closed 9 years ago

agallant commented 9 years ago

Fixes #36, aspirationally at least. Buffering is naive and ad hoc right now (5000 bytes before setup and signEncrypt calls, which I believe are the two calls that need randomness), and in my testing it has the curious behavior of working every other time - that is, grunt demo and refreshing the demo page in Firefox will alternate between hanging on the setup and running the whole demo successfully.

So, this isn't really ready for review just yet and I do intend to keep investigating myself and will flag people when it's more ready. Still, thoughts/feedback/insight welcome.

agallant commented 9 years ago

It looks like the Shippable failure is an actual problem with our image/setup, and is happening in other repos.

willscott commented 9 years ago

great :ok_hand: