rdp / google_hash

wrapper for google's hash functions, for ruby
BSD 3-Clause "New" or "Revised" License
92 stars 16 forks source link

support doubles #14

Closed rdp closed 14 years ago

rdp commented 14 years ago

These are huge floats, and correspond to BigNum internally, and have appropriate adapters. or double even better...maybe...can convert doubles to Bignum's and vice versa I believe, so maybe that's the right way for doubles...floats should fit right in I guess

comment here if you want this!

rdp commented 14 years ago

long double--why not...maybe this would be a good first crack for supporting BigNum's actually... oh wait but why not verbatim copy the whole BigNum structure...except that would require an extra free...hmm...so BigNum and long double would fit the current architecture...

rdp commented 14 years ago

got this one...kind of at least