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

This commit is contained in:
Sasha Weiss 2026-05-20 10:32:56 -07:00 committed by GitHub
parent 7635902bb8
commit abc2e213c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -7,7 +7,6 @@ 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