airgap-it / airgap-coin-lib

A library that offers a unified API to prepare, sign and broadcast multiple cryptocurrencies.
https://airgap-it.github.io/airgap-coin-lib/
MIT License
143 stars 38 forks source link

Improve security by using audited cryptography libraries #58

Open paulmillr opened 1 year ago

paulmillr commented 1 year ago

You're using dependencies like:

https://github.com/airgap-it/airgap-coin-lib/blob/3c517e39187c52d95814fb75a24a1f8a040d6bca/packages/core/package.json#L40-L44

These can be replaced by audited noble cryptography. It's fast and modern, supports ESM and tree-shaking.