File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
HashifyNet.UnitTests/Algorithms/HashAlgorithmWrapper Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 3333using HashifyNet . Algorithms . SHA256 ;
3434using HashifyNet . Algorithms . SHA384 ;
3535using HashifyNet . Algorithms . SHA512 ;
36+
37+ #if ! LEGACY
3638using HashifyNet . Algorithms . SHA3_256 ;
3739using HashifyNet . Algorithms . SHA3_384 ;
3840using HashifyNet . Algorithms . SHA3_512 ;
41+ #endif
3942
4043namespace HashifyNet . UnitTests . Algorithms . HashAlgorithmWrapper
4144{
@@ -296,6 +299,8 @@ public void SHA512Config_Defaults_HaventChanged()
296299
297300#endregion // SHA512_Tests
298301
302+ #if ! LEGACY
303+
299304#region SHA3_256_Tests
300305
301306#region SHA3_256_Constructor
@@ -466,6 +471,8 @@ public void SHA3_512Config_Defaults_HaventChanged()
466471#endregion // SHA3_512_ConfigValidation
467472
468473#endregion // SHA3_512_Tests
474+
475+ #endif
469476 }
470477}
471478
You can’t perform that action at this time.
0 commit comments