ChainSafe / js-libp2p-noise

Noise libp2p handshake for js-libp2p
Other
37 stars 30 forks source link

fix: use native crypto if available #385

Closed achingbrain closed 11 months ago

achingbrain commented 11 months ago

Adds the lodestar crypto implementation to this module for use in node.

I'm trying to get js-libp2p back onto the libp2p performance dashboard and in local testing this change increases streaming throughput from around 60 MB/s to almost 300 MB/s.