buff. Will be
buff.length - 1 if the entire big uint is zero.
Convert a big uint into an octal string.
buff | The destination buffer for the octal string. Must be large enough to store the result, including leading zeroes, which is ceil(data.length * BigDigitBits / 3) characters. The buffer is filled from back to front, starting from buff[$-1]. |
data | The biguint to be converted. |
buff. Will be
buff.length - 1 if the entire big uint is zero.