bramstein / bit-array

JavaScript implementation of bit arrays.
78 stars 18 forks source link

Working with binary values and hexadecimal values using the bit array library #4

Closed mattbornski closed 12 years ago

mattbornski commented 12 years ago

Javascript bit manipulation functions have trouble with large numbers; your library makes it much easier! Unfortunately many of the formulas and constants used in such manipulations are expressed in hex. I've added a few functions and tests to make converting to/from hex representations easier in your library.

bramstein commented 12 years ago

Thanks, I've been meaning to do this for a while. Also thanks for fixing the tests :)