Commit f4a0a5be authored by michael's avatar michael

explain where the T table comes from


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8406 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ecf9c9a8
......@@ -49,7 +49,7 @@ static const uint8_t S[4][4] = {
{ 6, 10, 15, 21 } /* Round 4 */
};
static const uint32_t T[64] = {
static const uint32_t T[64] = { // T[i]= fabs(sin(i+1)<<32)
0xd76aa478, 0xe8c7b756, 0x242070db, 0xc1bdceee, /* Round 1 */
0xf57c0faf, 0x4787c62a, 0xa8304613, 0xfd469501,
0x698098d8, 0x8b44f7af, 0xffff5bb1, 0x895cd7be,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment