From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 27 Apr 2006 16:02:52 -0400 Subject: [U-Boot-Users] crc32 and md5sum In-Reply-To: <200604272159.51791.antonio.dibacco@aruba.it> References: <200604272159.51791.antonio.dibacco@aruba.it> Message-ID: <4451236C.8030900@smiths-aerospace.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Antonio Di Bacco wrote: > Anyone knows if crc32 and md5sum give the same result? Which is better? > In the u-boot only crc32 is used. > > Bye, > Antonio. a) No. b) Quantify "better". More secure: md5. Faster (probably): crc32. Smaller: crc32. gvb