This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SM320F28335-EP: SHA-256 (ti implementaion) faulty hashes above message size 8192 bytes

Part Number: SM320F28335-EP
Other Parts Discussed in Thread: SHA-256

Ti sha-256 https://www.ti.com/tool/SHA-256 

when i have a message size lager than 8192 bytes and have data in the last 8 bytes of a sha chunk the generated hash is faulty compared to python3 hashlib.sha256 and linux utility sha256sum. 

That is, when (message_len > 8192) and (message_len % 64) is between 56 and 63, inclusively.