mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-14 23:56:07 +09:00
base32: + to L
This commit is contained in:
@@ -10,7 +10,7 @@ import kotlin.experimental.xor
|
|||||||
*/
|
*/
|
||||||
object PasswordBase32 {
|
object PasswordBase32 {
|
||||||
|
|
||||||
private val stringSet = "YBNDRFG8EJKMCPQXOT+VWIS2A345H769="
|
private val stringSet = "YBNDRFG8EJKMCPQXOTLVWIS2A345H769="
|
||||||
|
|
||||||
private val substituteSet = hashMapOf(
|
private val substituteSet = hashMapOf(
|
||||||
Pair('0', 'O'),
|
Pair('0', 'O'),
|
||||||
|
|||||||
Reference in New Issue
Block a user