File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
HashifyNet.UnitTests/Core Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1- // *
1+ // *
22// *****************************************************************************
33// *
44// * Copyright (c) 2025 Deskasoft International
3232using HashifyNet . Algorithms . CRC ;
3333using HashifyNet . Algorithms . FNV ;
3434using HashifyNet . Algorithms . Pearson ;
35+
36+ #if ! LEGACY
3537using HashifyNet . Algorithms . SHA3_256 ;
3638using HashifyNet . Algorithms . SHA3_384 ;
3739using HashifyNet . Algorithms . SHA3_512 ;
40+ #endif
41+
3842using HashifyNet . UnitTests . Utilities ;
3943using System . Diagnostics ;
4044
@@ -585,7 +589,13 @@ public void RunUniversalTest()
585589
586590 // Cryptographic Forced Defaults
587591 { typeof ( IArgon2id ) , new Argon2idConfigProfileOWASP ( ) }
588- } , HashFactory . GetUnavailableHashAlgorithms ( ) ) ;
592+
593+
594+ }
595+ #if ! LEGACY
596+ , HashFactory . GetUnavailableHashAlgorithms ( )
597+ #endif
598+ ) ;
589599
590600 Assert . NotNull ( all ) ;
591601 Assert . NotEmpty ( all ) ;
You can’t perform that action at this time.
0 commit comments