SHA-1 variables

From: Last Man Standing (farefin_at_fastmail.fm)
Date: 04/25/03


Date: 25 Apr 2003 05:12:15 -0700

The SHA-1 algorithm uses five variables which are initialized by the
following numbers (in hexadecimal format): 0x67452301, 0xefcdab89,
0x98badcfe, 0x01325476, 0xc3d2e1f0. Is there anything special about
these numbers?

LMS