Skip to content

testing/drivers/crypto: Fix typo on hash test#3516

Merged
jerpelea merged 1 commit into
apache:masterfrom
eren-terzioglu:hash_test_fix_typo
Jun 2, 2026
Merged

testing/drivers/crypto: Fix typo on hash test#3516
jerpelea merged 1 commit into
apache:masterfrom
eren-terzioglu:hash_test_fix_typo

Conversation

@eren-terzioglu
Copy link
Copy Markdown
Contributor

@eren-terzioglu eren-terzioglu commented Jun 2, 2026

Summary

  • testing/drivers/crypto: Fix typo on hash test

Fix typo issue on hash test

Impact

Impact on user: Yes, potencial build warnings when using hash test fixed

Impact on build: No

Impact on hardware: No

Impact on documentation: No

Impact on security: No

Impact on compatibility: No

Testing

esp32-devkitc:crypto used to test.

Building

Command to build:

make -j distclean && ./tools/configure.sh esp32-devkitc:crypto && make -j && make download ESPTOOL_PORT=/dev/ttyUSB0

Running

hash command used to test:

Results

Output:

nsh> hash
hash sha1 success
hash sha1 success
hash sha1 success
hash sha256 success
hash sha256 success
hash sha256 success
hash sha512 success
hash sha512 success
hash sha512 success
sha1 huge block test success(16 passes over 38400 bytes to hash 614400 bytes)
sha256 huge block test success(16 passes over 38400 bytes to hash 614400 bytes)
sha512 huge block test success(16 passes over 38400 bytes to hash 614400 bytes)
nsh> 

Fix typo issue on hash test

Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
Copy link
Copy Markdown
Contributor

@cederom cederom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @eren-terzioglu :-)

@jerpelea jerpelea merged commit 3a255d5 into apache:master Jun 2, 2026
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants