python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SHA256 digest disagrees in Python vs. STM32's built-in HASH device
Problem:
I am trying to compute the SHA256 digests of single blocks (512 bit) on an STM32L552ZE-Q using mbedTLS the HASH device built into the STM32 I am using. Unfortunately, the digest doesn't agree...

iMrFelix
Votes: 0
Answers: 1
Can i cast the four bytes of a uint32_t to uint8_t pointers
Some background:
I'm using STM32 to receive and transmit a long 24 bit signal that can determine whether batteries are overly discharged or overly charged, and monitor temperatures through an AFE.
The...
Lyndon Alcock
Votes: 0
Answers: 1
please help me NNAPI analysis
I'm studying android platform, especially nnapi.
I found out Arm nn driver processes requests from application through NNAPI.
I was trying to figure out the flow of the function in the code base, and ...
pleaseletmeknow
Votes: 0
Answers: 1
How to set and delete AES key within AES HAL
I have the following auto-generated (from HAL) pKeyAES array (there is also an initVectorAES that looks the same):
__ALIGN_BEGIN static const uint8_t pKeyAES[16] __ALIGN_END = {
...
Robin Svensson
Votes: 0
Answers: 1