emily33901/js-csfriendcode

crypto and Buffer problems

Closed this issue · 1 comments

Cannot find module or file crypto

Buffer is not defined

I presume you are running this in a browser? In which case you probably need a polyfill for both of those. Im no expert but maybe

https://github.com/feross/buffer and https://github.com/PeculiarVentures/webcrypto?