We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The library offers an object oriented interface, so functions are type-hinted where appropriate.
Math is done using GMP, so integers are returned as decimal strings. They are the only case a string is not encapsulated by a class.
All strings, such as hashes, serialized data, should be encapsulated as a Buffer.
This class manages the hex/decimal/binary conversions very well, and allows us to deal with binary quite easily.
... unless they are a collection of types. Where possible, classes should be used.