[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / class / Mono.Security.Win32 / Test / Mono.Security.Cryptography / MD4CryptoServiceProviderTest.cs
blob3bb490d80756aa7dbf622eb4e60d9b1c79d17e60
1 //
2 // MD4CryptoServiceProviderTest.cs - NUnit Test Cases for MD4 (RFC1320)
3 //
4 // Author:
5 // Sebastien Pouliot (spouliot@motus.com)
6 //
7 // (C) 2003 Motus Technologies Inc. (http://www.motus.com)
8 //
10 using System;
11 using NUnit.Framework;
12 using Mono.Security.Cryptography;
14 namespace MonoTests.Security.Cryptography {
16 [TestFixture]
17 public class MD4CryptoServiceProviderTest : MD4Test {
19 [SetUp]
20 public void Setup ()
22 hash = new MD4CryptoServiceProvider ();
25 // this will run ALL tests defined in MD4Test.cs with the MD4CryptoServiceProvider implementation