browserify / crypto-browserify

partial implementation of node's `crypto` for the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load by demand

Josema opened this issue · comments

Is there any options to browserify less code. Using just AES encryption I got a 300kb min file. Maybe using rollup or loading sub modules require('crypto/aes').

all of the module are available to require individually so you could require browserify-cipher directly

Agreed, better to just require browserify-cipher and get just the code for that that way. Could this perhaps be closed by any chance?