eren-terzioglu opened a new pull request, #3516:
URL: https://github.com/apache/nuttx-apps/pull/3516

   ## 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
   <!-- Provide how to build the test for each SoC being tested -->
   
   Command to build:
   
   ```
   make -j distclean && ./tools/configure.sh esp32-devkitc:crypto && make -j && 
make download ESPTOOL_PORT=/dev/ttyUSB0
   ```
   
   ### Running
   <!-- Provide how to run the test for each SoC being tested -->
   
   `hash` command used to test:
   
   ### Results
   <!-- Provide tests' results and runtime logs -->
   
   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> 
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to