asmcrypto / asmcrypto.js

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

Standalone BigInt #102

Closed somebody1234 closed 8 years ago

somebody1234 commented 8 years ago

Is it possible to create a standalone package with just the bigint parts?

vibornoff commented 8 years ago

One does not simply build bigint-only asmCrypto :)

Take a look into Gruntfile.js:

somebody1234 commented 8 years ago

So then it's possible to build with only those three?

vibornoff commented 8 years ago

Yep, grunt --with=utils,bn proceeds