encodeBase32UpperCaseNoPadding()
Encodes a byte array into canonical base32 based on RFC 4648 ยง6 with upper case letters and the padding omitted.
Definition
function encodeBase32UpperCaseNoPadding(bytes: Uint8Array): string;
Parameters
bytes
Encodes a byte array into canonical base32 based on RFC 4648 ยง6 with upper case letters and the padding omitted.
function encodeBase32UpperCaseNoPadding(bytes: Uint8Array): string;
bytes