NethermindEth / dotnet-libp2p

A libp2p implementation for .NET in C#.
MIT License
56 stars 21 forks source link

Get rid of mixed Org.BouncyCastle versions usage #15

Closed flcl42 closed 11 months ago

flcl42 commented 1 year ago

BouncyCastle lib that that is responsible for various encryption is in two versions in the project. It's due to another dependency that requires it's old version, but we use the modern one.

The dependency tree needs investigation, whether we can update or remove the external dependency or upgrade all the libraries to reach consistent state.