Function encodeUnsigned

  • Converts a positive integer to the smallest possible representation in a binary digit representation

    Returns

    Encoded number

    Parameters

    • value: number

      Value to encode

    Returns Buffer

Generated using TypeDoc