jzakiya1
(jzakiya)
1
Where can I find the ruby source code for the
MD5 and SHA1 hash algorithms for ruby.
Is it coded in ruby, or done in C?
I have C and Forth code, wanted to see ruby
version before deciding to do it myself.
Want to do other algorithms eventually.
Thanks
Jabari Zakiya
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.