Function encodeUnsigned

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

    Parameters

    • value: number

      Value to encode

    Returns Buffer

    Encoded number

Generated using TypeDoc