The client will use this method to put PAKE registration data in our DynamoDB table. We serialize the ServerRegistration object and store it as bytes.
Depends on D3959
Differential D3960
[Identity] DatabaseClient method to put pake registration data varun on May 6 2022, 12:51 PM. Authored by Tags None Referenced Files
Details The client will use this method to put PAKE registration data in our DynamoDB table. We serialize the ServerRegistration object and store it as bytes. Depends on D3959 Successfully put an item in the PAKE registration table in DynamoDB
Diff Detail
Event TimelineComment Actions I'm not sure why this is in an "accepted" state. I hope it cannot be landed... After I accept, rust diffs should not be accepted, I know rust far too little to be decisive. Adding Jim as blocking. Comment Actions I will move the Strings to a consts module as discussed on another diff, but the code here is unavoidable. We remove some of the boilerplate code by using the Default trait. Comment Actions
Great! Is there a task for this? |