Skip to content
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

What is KyberPreKeyStore in signalDecryptPreKey? #547

Closed
joesteen2135 opened this issue Dec 25, 2023 · 1 comment
Closed

What is KyberPreKeyStore in signalDecryptPreKey? #547

joesteen2135 opened this issue Dec 25, 2023 · 1 comment

Comments

@joesteen2135
Copy link

When attempting to decrypt a pre key message in Swift, it requests KyberPreKeyStore as a parameter, however I see no mention of it anywhere else, so what is it?

@jrose-signal
Copy link
Contributor

Kyber keys are part of PQXDH, the protocol for establishing sessions. They work a lot like the Curve25519 keys in PreKeyStore, except that you're expected to have a "last resort key" that doesn't get thrown away after being used, in case all of the "one-time" keys have been used up.

This would be another good question for https://community.signalusers.org/.

@jrose-signal jrose-signal closed this as not planned Won't fix, can't repro, duplicate, stale Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants