Skip to content

Conversation

@kevinlewi
Copy link
Contributor

@kevinlewi kevinlewi commented Jan 31, 2021

  • Removing use of NONCE_SIZE and using NonceLen type instead
  • Fixing digital locker example
  • Modularizing the serialization of various messages when used in AKE section

Closes #124 and #126

Copy link
Contributor

@huitseeker huitseeker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This looks great, thanks for the rename of NONCE_LEN in particular.

nit: there's an .unwrap() in the initialization of client_login_finish_result in test_credential_finalization that could be a ?

@kevinlewi kevinlewi merged commit 9d3963f into facebook:master Feb 2, 2021
@kevinlewi kevinlewi deleted the cleanups_1 branch July 14, 2021 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Digital locker example should encrypt payload in last step of login Consider renaming OpenedEnvelope struct

3 participants