Coder Social home page Coder Social logo

Reduce size for browser about isomorphic-crypto HOT 3 OPEN

andywer avatar andywer commented on June 12, 2024 1
Reduce size for browser

from isomorphic-crypto.

Comments (3)

andywer avatar andywer commented on June 12, 2024

Thanks for your feedback!

The points are basically valid, but there is already a browser field in the package.json that points to lib/browser.js which just passes-through crypto-browserify. The process.browser check in the index.js is just to make double-sure. Probably unnecessary.

Looks like webpack uses crypto-browserify to implement crypto (see here). But good catch! Didn't remember that webpack already does that! (Damn webpack magic 😉)

from isomorphic-crypto.

ai avatar ai commented on June 12, 2024

there is already a browser field in the package.json

Oops =^_^=

crypto-browserify to implement crypto

Maybe you can use Web Crypto API for browsers. It will reduce size, because crypto-browserify is too big.

from isomorphic-crypto.

andywer avatar andywer commented on June 12, 2024

Maybe you can use Web Crypto API for browsers. It will reduce size, because crypto-browserify is too big.

Would be nice, but will make quite some effort, especially since the API is not very similar. Seems like the subtle crypto API even is async.

But maybe we should not try to provide crypto in the browser, but rather regard a set of packages (like create-hash & friends) which provide parts of the functionality as the gold standard. They can use crypto in node and be isomorphic. And maybe they should be async.

Anyway, I'm going to bed for now 😉

from isomorphic-crypto.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.