createECDH icon indicating copy to clipboard operation
createECDH copied to clipboard

fix(deprecation): use Buffer.from instead of constructor

Open distolma opened this issue 6 years ago • 1 comments

Due to node deprecation Buffer constructor is changed to Buffer.from().

distolma avatar Aug 07 '19 14:08 distolma

@distolma Could you also update bn.js in package.json to 5.0.0 which addressed Buffer constructor deprecation ?

exoego avatar Sep 13 '19 00:09 exoego