browserify / randombytes

random bytes from browserify stand alone
MIT License
99 stars 47 forks source link

work with phantomjs #3

Closed calvinmetcalf closed 8 years ago

calvinmetcalf commented 8 years ago

fix for crypto-browserify/crypto-browserify#143

calvinmetcalf commented 8 years ago

yeah there was a typo in it was why it was failing

calvinmetcalf commented 8 years ago

I'm going to add a travis badge and then sqash this

calvinmetcalf commented 8 years ago

rebased

calvinmetcalf commented 8 years ago

currently this does cause an extra copy, but feross/buffer#83 handles that

calvinmetcalf commented 8 years ago

ok so that pull didn't make sense on buffer so updated this to avoid the extra copy

dcousens commented 8 years ago

LGTM

calvinmetcalf commented 8 years ago

@dcousens fixed the nits

dcousens commented 8 years ago

Great work @calvinmetcalf :+1:

calvinmetcalf commented 8 years ago

published