You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SHA256 bug fix - end command only accepts 63 bytes
-the END command of an SHA calculation cannot accept more than 63 bytes. (Datasheet Page 83) .
Previously, this function, sha256(), was sending the last chunk (all 64 bytes) with the end command, and so it was failing when you sent any message data that was exactly divisable by the block size (i.e. 64, 128,256, and so on).
0 commit comments