steemit / steem-js

Steem.js the official JavaScript library for Steem blockchain
https://www.npmjs.com/package/steem
MIT License
472 stars 225 forks source link

factor out ecc signing operations into separate package/repo and replace crypto libraries with saner/smaller ones #278

Open sneak opened 7 years ago

sneak commented 7 years ago

if there aren't that many callers, just update steem-js itself.

in that case (of fixing callers), all the encrypted memo support in src/auth/memo.js can be removed, as encrypted memos are not on our support list.