Skip to content

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