normalizePadding(
byteArray
,targetLength
):Uint8Array
Defined in: index.ts:84
Function to normalize padding of byte array with 0’s to a target length.
Uint8Array
The byte array to pad or trim.
number
The target length after padding or trimming.
Uint8Array
normalizePadding(
byteArray
,targetLength
):Uint8Array
Defined in: index.ts:84
Function to normalize padding of byte array with 0’s to a target length.
Uint8Array
The byte array to pad or trim.
number
The target length after padding or trimming.
Uint8Array