Signal-iOS/SignalServiceKit/tests/Contacts/Discovery
Max Radermacher 88bc6e43d8 Refactor encodeE164s
- Remove duplicate check for a `+` at the beginning of each value.

- Don’t return a big-endian UInt64 from a method. The type information
  (unfortunately) doesn’t include endianness, which makes that approach
  somewhat more error-prone.

- Add a type that tracks validated input/output pairs. Future changes
  will want to perform the validation and then use both input & output.
2022-09-21 12:47:29 -07:00
..
ContactDiscoveryOperationTest.swift Refactor encodeE164s 2022-09-21 12:47:29 -07:00