paulmillr/noble-ed25519

const err = (m = '') => { throw new Error(m); }; // error helper, messes-up stack trace

dungnvdipro opened this issue · 2 comments

const err = (m = '') => { throw new Error(m); }; // error helper, messes-up stack trace
Error: crypto.getRandomValues must be defined

Is it still usable?

consult README, it's all written there