You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Written for testing every single available hash algorithm by using the universal factory. This ensures that at least all of the hash algorithms are returning valid buffers with the correct length and bit sizes.
49
-
/// This test does not check for correctness of the output, only that the output is valid.
43
+
/// This test does not check for the correctness of the output, only that the output is valid.
50
44
/// </summary>
51
45
publicclassUniversalTest
52
46
{
@@ -698,3 +692,4 @@ public void RunUniversalTest()
0 commit comments