Skip to content

NUCLEO_F756ZG/mbedtls: Add hw acceleration for SHA256 #3961

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from

Conversation

adustm
Copy link
Member

@adustm adustm commented Mar 17, 2017

Description

Enable HW acceleration for SHA256 algorithm on STM32F756ZG

Status

READY

Related PRs

** This PR needs #3948 + #3954 to be merged first**

Steps to test or reproduce

To test this feature, you have to modify TESTS/mbedtls/selfttest/main.cpp in order to call sha256 self test:
add:
#include "mbedtls/sha256.h"
then

#if defined(MBEDTLS_SHA256_C)
MBEDTLS_SELF_TEST_TEST_CASE(mbedtls_sha256_self_test)
#endif

then

#if defined(MBEDTLS_SHA256_C)
    Case("mbedtls_sha256_self_test", mbedtls_sha256_self_test_test_case),
#endif

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 17, 2017

cc @sbutcher-arm

@sg-
Copy link
Contributor

sg- commented Apr 10, 2017

@adustm Should this be moved against the workshop branch?

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.

3 participants