-
Notifications
You must be signed in to change notification settings - Fork 0
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
v6 keyid is calculated incorrectly. #41
Comments
...this is also apply to the method |
That's correct, we missed that. |
@TJ-91 Yeah, I think so. I already implemented this in v5 draft PR here: rnpgp/rnp#2111 , so you may take a look there. |
This should be correctly implemented now. I aligned this to your code and should be easy to merge |
@TJ-91 Can we close this now? |
yes |
Description
As of section 5.5.4.3 from crypto-refresh draft, "The Key ID is the high-order 64 bits of the fingerprint.", while code in tb-pqc uses v4 approach (low-order bits).
The text was updated successfully, but these errors were encountered: