mirror of
https://github.com/ergochat/ergo.git
synced 2024-12-22 18:52:41 +01:00
change the b32 alphabet for absolutely no reason
This commit is contained in:
parent
0d2cf21cec
commit
f790a910cd
@ -10,8 +10,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// standard b32 alphabet, but in lowercase for silly aesthetic reasons
|
// slingamn's own private b32 alphabet, removing 1, l, o, and 0
|
||||||
b32encoder = base32.NewEncoding("abcdefghijklmnopqrstuvwxyz234567").WithPadding(base32.NoPadding)
|
b32encoder = base32.NewEncoding("abcdefghijkmnpqrstuvwxyz23456789").WithPadding(base32.NoPadding)
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Loading…
Reference in New Issue
Block a user