base58_encode
base58_encode(source, offset, byte_count) ⇒ string
Using bitcoin-inspired base58 encoding Primarily intended for UUID compression
Kind: global function
| Param | Type |
|---|---|
| source | Uint8Array |
| offset | number |
| byte_count | number |
stringUsing bitcoin-inspired base58 encoding Primarily intended for UUID compression
Kind: global function
| Param | Type |
|---|---|
| source | Uint8Array |
| offset | number |
| byte_count | number |