cashubtc/cashu-ts

Switch from noble-secp256k1 to noble-curves

BilligsterUser opened this issue · 6 comments

what's the benefit of noble-curves over noble/secp256k1? If it's just speed, I'm not sure if we need it.

ok nevermind, i just read the last link, looks like the work will continue on noble-curves 👍

node.js 14 is not supported since May, hence crypto.getRandomValues error. You should remove it from your CI and replace with node.js 20.

Done thank you