browserify / crypto-browserify

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crypto.randomFill/crypto.randomFillSync

calvinmetcalf opened this issue · comments

this is new as of 7.10 which we should probably add, it would make sense to probably put them in random-bytes but that would be a major version bump which could be a bit anoying, so on the other hand we could just do a new randomFill package

#200 will add an error message for this as-yet unimplemented function. Please implement this as a module as per the readme if you wish to have this functionality.