예제 #1
0
 public UsingNonstandardCryptographyTest()
 {
     hashAlgorithm = new CustomHashAlgorithm();
 }
예제 #2
0
 public NonStandardCryptographicAlgorithmsShouldNotBeUsedTest()
 {
     hashAlgorithm = new CustomHashAlgorithm();
 }