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.