tests/core/crypto: Reorganize

All of our crypto is modern now unless exiled to the legacy sub-package,
so move the test cases for the currently un-unified algorithms into the
main test driver file, and rename the benchmark driver to reflect
reality.
This commit is contained in:
Yawning Angel
2024-02-07 00:37:18 +09:00
parent b02b85d242
commit bc160d2eb7
6 changed files with 678 additions and 672 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ tests/core/test_core_net
tests/core/test_core_os_exit
tests/core/test_core_reflect
tests/core/test_core_strings
tests/core/test_crypto_hash
tests/core/test_crypto
tests/core/test_hash
tests/core/test_hxa
tests/core/test_json