Closed
Description
In order to support NTLM in Android, we need a managed implementation of the MD4 algorithm. The best place to pull from would be the one found in mono/mono.
The port should:
- Be an implementation detail and is not intended to be a public API
- Part of System.Net.Security
- Use MD4.cs and MD4Managed.cs