Other Parts Discussed in Thread: SHA-256
Hello forum,
anybody maybe aware about some function(s) in TI SDK that could be used for SHA256 calculation?
I have no success finding any or looking wrong.
Thanks for possible help!
Regards Jiří
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.
Hello Jan,
many thanks for your fast response. I have tried option 1 (this example) from you.
Works perfectly.
The said thing only is that input data length must be in multiply of 64 bytes.
It is not documented, but ASSERT is observed.
Could you maybe advice how to go around this limitation?
I am using online SHA-256 hash calculator (https://xorbin.com/tools/sha256-hash-calculator).
For the online calculator there is nothing like this needed.
When I try to add some padding data it provides different SHA checksum (as expected).
I have tried to play with "cryptohmac", but there is some key needed and I do not know
how to define this key. For the online calculator above, there is nothing like this needed.
I am sorry to bother with those questions. I have no clue what cryptography is about at all.
Regards
Jiří