mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-08 10:19:18 +02:00
Rename codecs
This commit is contained in:
parent
4203f115f5
commit
b4893e8a8b
|
@ -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 New Issue