[Easy Unlock] Implement base64url encode and decode functions.
commit76177e128e2670aef661dd83c97559e9964a5f07
authorisherman <isherman@chromium.org>
Tue, 14 Oct 2014 21:21:40 +0000 (14 14:21 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 14 Oct 2014 21:22:11 +0000 (14 21:22 +0000)
tree10dd7c312922e89b6e57c58ce192186bffa97963
parent373e6a6fe7b5869a8543efcc1c105a7e62d03a41
[Easy Unlock] Implement base64url encode and decode functions.

BUG=421277
TEST=components_unittests
R=antrim@chromium.org, tengs@chromium.org

Review URL: https://codereview.chromium.org/641783006

Cr-Commit-Position: refs/heads/master@{#299550}
chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.cc
components/components_tests.gyp
components/proximity_auth.gypi
components/proximity_auth/BUILD.gn
components/proximity_auth/base64url.cc [new file with mode: 0644]
components/proximity_auth/base64url.h [new file with mode: 0644]
components/proximity_auth/base64url_unittest.cc [new file with mode: 0644]
components/proximity_auth/wire_message.cc
components/proximity_auth/wire_message_unittest.cc