Module: base32
Functions
base32ToBytes
▸ base32ToBytes(str): Uint8Array
Parameters
| Name | Type |
|---|---|
str |
string |
Returns
Uint8Array
Defined in
bytesToBase32
▸ bytesToBase32(arr): string
Parameters
| Name | Type |
|---|---|
arr |
Uint8Array |
Returns
string
▸ base32ToBytes(str): Uint8Array
| Name | Type |
|---|---|
str |
string |
Uint8Array
▸ bytesToBase32(arr): string
| Name | Type |
|---|---|
arr |
Uint8Array |
string