Jabari Zakiya wrote:

> Where can I find the ruby source code for the
> MD5 and SHA1 hash algorithms for ruby.

Look in the Ruby source code distribution, under the ext/digest/md5 and 
ext/digest/sha1 subdirectories.

> Is it coded in ruby, or done in C?

C.