Closed TorstenStueber closed 6 months ago
This library currently uses Buffer, which is for Node.js only execution (or when using a polyfill).
Buffer
This should be replaced with code that runs in any environment (i.e., also inside a browser).
This library currently uses
Buffer
, which is for Node.js only execution (or when using a polyfill).This should be replaced with code that runs in any environment (i.e., also inside a browser).