mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-14 00:25:17 +00:00
6 lines
308 B
Python
6 lines
308 B
Python
.b64encode: (s: Bytes, altchars := Bytes) -> Bytes
|
|
.b64decode: (s: Bytes, altchars := Bytes, validate := Bool) -> Bytes
|
|
.b32encode: (s: Bytes) -> Bytes
|
|
.b32decode: (s: Bytes, casefold := Bool, map01 := { Str : Str }) -> Bytes
|
|
.b16encode: (s: Bytes) -> Bytes
|
|
.b16decode: (s: Bytes, casefold := Bool) -> Bytes
|