mirror of https://github.com/wolfSSL/wolfssl.git
- Create modular test directory structure (core, hash, cipher, pk, misc) - Add shared test utilities and macros in core/ - Move tests into functional categories - Maintain full test coverage with error cases - Keep conditional compilation support (#ifndef NO_*) - Improve code organization and reusability Co-Authored-By: kaleb@wolfssl.com <kaleb@wolfssl.com> |
||
---|---|---|
.. | ||
README.md | ||
test_blake2.c | ||
test_blake2.h | ||
test_hash.c | ||
test_hash.h | ||
test_md5.c | ||
test_md5.h | ||
test_ripemd.c | ||
test_ripemd.h | ||
test_sha.c | ||
test_sha.h | ||
test_sha3.c | ||
test_sha3.h | ||
test_sha256.c | ||
test_sha256.h | ||
test_sha512.c | ||
test_sha512.h |
README.md
Hash Algorithm Tests
This directory contains tests for hash algorithms including:
- SHA-2 (SHA-224, SHA-256, SHA-384, SHA-512)
- SHA-3
- MD5
- BLAKE2
- RIPEMD