ststeiger / PdfSharpCore

Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Other
1.06k stars 237 forks source link

[refactor] Replace managed MD5 code with Framework code #250

Closed jafin closed 2 years ago

jafin commented 2 years ago

Issue

With removal of silverlight #if/devs, there is no reason to maintain the custom MD5 implementation.

Proposal

Use framework MD5 implementation