mirrored from https://www.bouncycastle.org/repositories/bc-csharp
-
Notifications
You must be signed in to change notification settings - Fork 582
Closed
Description
I was previously using Portable.BouncyCastle in my app, and I'd like to migrate to BouncyCastle.Cryptography.
However, Portable.BouncyCastle.dll 1.9.0 weights about 3MB, while BouncyCastle.Cryptography.dll 2.1.1 weights more than 6MB, because of a few embedded resources.
In my app I'm using dotnet trimmer to remove useless code, and this works fine with Portable.BouncyCastle.
However, with BouncyCastle.Cryptography, the trimmer does not remove the embedded resources, resulting in the size of my app increasing by more than 3MB.
What are those embedded resources?
Is there any solution to trim them?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels