ipfs-shipyard / net-ipfs-core

MIT License
19 stars 7 forks source link

Uses outdated crypto library #36

Open kiljoy001 opened 4 months ago

kiljoy001 commented 4 months ago

This project is using portable bouncy castle - this is outdated and has been rolled into the main bouncy castle library which is now cross platform. Because of this, users that use the updated library run into ambiguous reference errors . I would suggest upgrading to the latest version 2.4.0 version at this time.