This helper kicks off PAKE registration on the client side. The register_user method has a lot of logic, so I'm moving the PAKE parts to subroutines.
Depends on D4813
Paths
| Differential D4814 Authored by varun on Aug 11 2022, 12:03 PM.
Details Summary This helper kicks off PAKE registration on the client side. The register_user method has a lot of logic, so I'm moving the PAKE parts to subroutines. Depends on D4813 Test Plan tested in subsequent diff
Diff Detail
Event TimelineHerald added subscribers: • abosh, atul, • adrian, ashoat. · View Herald TranscriptAug 11 2022, 12:03 PM2022-08-11 12:03:51 (UTC-7) varun added a child revision: D4802: [native] register_user client method.Aug 11 2022, 12:04 PM2022-08-11 12:04:41 (UTC-7) Harbormaster completed remote builds in B11320: Diff 15577.Aug 11 2022, 12:13 PM2022-08-11 12:13:33 (UTC-7) This revision is now accepted and ready to land.Aug 12 2022, 1:30 AM2022-08-12 01:30:54 (UTC-7) Closed by commit rCOMM7fdc1bb5be73: [native] another helper for PAKE registration on client side (authored by varun). · Explain WhyAug 12 2022, 11:16 AM2022-08-12 11:16:02 (UTC-7) This revision was automatically updated to reflect the committed changes. varun removed a child revision: D4802: [native] register_user client method.Aug 16 2022, 8:35 PM2022-08-16 20:35:29 (UTC-7)
Revision Contents
Diff 15610 native/cpp/CommonCpp/grpc/grpc_client/src/lib.rs
|
You can simplify the code by avoiding reusing the variables and using auto