Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Commit

Permalink
Fix #1549 (#1550)
Browse files Browse the repository at this point in the history
* Fix #1549

Add completely managed implementation of md5

* Wrap in #if check

* Add simple test

* Fix typo
  • Loading branch information
slide authored Nov 24, 2016
1 parent 6111285 commit e4308e8
Show file tree
Hide file tree
Showing 4 changed files with 489 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<Compile Include="bz2\dotnetzip\BZip2\ParallelBZip2OutputStream.cs" />
<Compile Include="bz2\dotnetzip\BZip2\Rand.cs" />
<Compile Include="cmath.cs" />
<Compile Include="hashlib\MD5CryptoServiceProvider.cs" />
<Compile Include="hashlib\SHA224.cs" />
<Compile Include="hashlib\SHA224Managed.cs" />
<Compile Include="msvcrt.cs" />
Expand Down
Loading

0 comments on commit e4308e8

Please sign in to comment.