Zeros at the end of input message to sha-256
If input message to sha-256 is ended with some non zero amount of 0
s, does these 0
s count to message length value which is placed at the end of 512-bit block, or length of input message is counted untill last 1
bit in that message?