rubyworks / crypt3

Unix Crypt 3 in Ruby
http://rubyworks.github.com/crypt3
BSD 2-Clause "Simplified" License
7 stars 3 forks source link

Translate digest lib from C to Ruby #3

Open trans opened 13 years ago

trans commented 13 years ago

If the time was taken to translate the digest lib from C to pure Ruby, then this library would have no C-based dependencies left, which could be useful to other Ruby implementations besides MRI.

However, looking at the C code for digest I admit this is not a task for the faint of heart.