mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 14:41:28 +00:00
Rename codecs
This commit is contained in:
parent
d7f2d60d56
commit
3f579d2d39
|
@ -28,7 +28,7 @@ static int reverse_init = 0;
|
|||
|
||||
static struct encoder base32_encoder =
|
||||
{
|
||||
"BASE32",
|
||||
"Base32",
|
||||
base32_encode,
|
||||
base32_decode,
|
||||
base32_handles_dots,
|
||||
|
|
|
@ -31,7 +31,7 @@ static int reverse_init = 0;
|
|||
|
||||
static struct encoder base64_encoder =
|
||||
{
|
||||
"BASE64",
|
||||
"Base64",
|
||||
base64_encode,
|
||||
base64_decode,
|
||||
base64_handles_dots,
|
||||
|
|
Loading…
Reference in a new issue