whiteflag-js
    Preparing search index...

    Function shiftRight

    • Function

      Shifts bits in a Uint8Array to the right modulo 8 shiftRight

      Parameters

      • u8array: Uint8Array

        the Uint8Array to be right shifted

      • shift: number

        the nummber of bits to be right shifted by modulo 8 bits

      Returns Uint8Array

      a new Uint8Array with the right shifted bits