USF-OS / FogOS

Other
1 stars 24 forks source link

md5sum #24

Open ajcatoiu opened 4 months ago

ajcatoiu commented 4 months ago

Participants: Andrew Phong

Hi Matthew, we liked your idea of verifying changes within a file with hashed strings. We will be implementing the md5sum utility.

malensek commented 4 months ago

From our chat the other day, here's an implementation of SHA-1:

You can compare it with the sha1sum utility on Linux. This will take a bit of work to port to xv6, particularly getting the types right