Skip to content

b32decode

b32decode(s: string | Uint8Array<ArrayBufferLike>): Uint8Array

Defined in: packages/pythonlib/src/base64.ts:225

Decode Base32 encoded bytes-like object and return bytes.

Parameters

ParameterTypeDescription
sstring | Uint8Array<ArrayBufferLike>Base32 encoded data

Returns

Uint8Array

Decoded Uint8Array