-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update crypto rust #1105
Update crypto rust #1105
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Des questions.
} | ||
) | ||
} | ||
if (secretContent.ciphertext != null && secretContent.mac != null && secretContent.ephemeral != null) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tu devrais tester ici que tes secrets sont Base64 déchiffrables avant de les utiliser plus bas, je pense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pourquoi supprimes-tu aussi withOlmSigning
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C'est quoi cet appel TODO()
???
) | ||
) | ||
} | ||
val pkEncryption = PkEncryption.fromPublicKey(publicServerKey.fromBase64()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test si le .fromBase64()
est successful avant de l'utiliser ?
Type of change
Content
Motivation and context
Screenshots / GIFs
Tests
Tested devices
Checklist