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