Reapply "Display AEPs with 0/O, accept 0/O/=/#"

This commit is contained in:
sashaweiss-signal 2026-05-20 10:35:13 -07:00
parent abc2e213c7
commit 71444c4eca
2 changed files with 4 additions and 2 deletions

View File

@ -31,8 +31,9 @@ struct DisplayableAccountEntropyPool {
.uppercased()
.map { char in
switch char {
case "0": "="
case "O", "o": "#"
// TODO: Reenable this once support is available for all platforms
// case "0": "="
// case "O", "o": "#"
default: char
}
},

View File

@ -7,6 +7,7 @@ import SignalServiceKit
import Testing
@testable import Signal
@Suite(.disabled("Waiting for TODO at DisplayableAccountEntropyPool.swift:34"))
struct DisplayableAccountEntropyPoolTest {
private static let aepLength = AccountEntropyPool.Constants.byteLength