asmcrypto / asmcrypto.js

JavaScript Cryptographic Library with performance in mind.
MIT License
659 stars 182 forks source link

Heap & asm instance pooling #155

Open twiss opened 6 years ago

twiss commented 6 years ago

Fix #154 (Improving Firefox performance). Also, bring back sha*.bytes() convenience functions.

alippai commented 6 years ago

Nice work, I'll do my best to get this merged this week!

Ruffio commented 5 years ago

Will this get merged?

sanjanarajan commented 5 years ago

ping @alippai

Ruffio commented 5 years ago

@alippai Will this get merged?

twiss commented 3 years ago

Hey :wave: There is an updated implementation of this, here: https://github.com/openpgpjs/asmcrypto.js/commit/6e5fe3f23fc58d57ae33330473d887b0a5193e74. If there's interest from the maintainers I'd be happy to update this PR to that; alternatively you can also use that fork in the meantime.

dkg commented 1 year ago

@alippai any chances that this can get picked back up?