commit | ac4ab7b08e58e22a1126f3217cf812926929bc79 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Jun 24 19:02:13 2022 +0000 |
committer | Eric Biggers <ebiggers@google.com> | Mon Jun 27 16:36:00 2022 +0000 |
tree | 1eae33184366a39d7aaf1bfd873f8cfe2d92a23d | |
parent | a2f9e65a02e7285c192e61247bfb493d6db7ac1b [diff] |
SyntheticPasswordManager: consolidate hex encoding logic Remove the in-class implementation of hex encoding and just use HexEncoding, which was already being used in one place. No change in behavior since the encoding remains the same. In particular, upper case A-F is still used instead of lower case a-f. Test: atest SyntheticPasswordTests Change-Id: I493e4b894f76670bcb9cba8a8a774f3f5832e769