主题中讨论的其他器件:SHA-256
TI SHA-256 https://www.ti.com/tool/SHA-256
当我的消息大小大于8192字节并且在 SHA 块的最后8个字节中有数据时、与 python3 hashlib.SHA256和 Linux 实用程序 sha256sum 相比、生成的散列错误。
即(message_len > 8192)和(message_len % 64)在56和63之间(包括)。
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.
TI SHA-256 https://www.ti.com/tool/SHA-256
当我的消息大小大于8192字节并且在 SHA 块的最后8个字节中有数据时、与 python3 hashlib.SHA256和 Linux 实用程序 sha256sum 相比、生成的散列错误。
即(message_len > 8192)和(message_len % 64)在56和63之间(包括)。
Johan、您好!
让我与 此应用手册的作者核实 一下他们是否有任何指导。 我可能需要一两天时间才能报告。
此致、
James