-
Notifications
You must be signed in to change notification settings - Fork 93
Post-Quantum (PQ) and Post-Quantum/Traditional (PQ/T) hybrid signatures for VCs #1625
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
base: main
Are you sure you want to change the base?
Post-Quantum (PQ) and Post-Quantum/Traditional (PQ/T) hybrid signatures for VCs #1625
Conversation
…wp implementation
…tPresentationValidationOptions
…ntial is supported during presentation
…on and decoding to JwtCredentialValidator
Co-authored-by: Enrico Marconi <31142849+UMR1352@users.noreply.github.com>
… prefix retrieval
…prefix and streamline domain retrieval
…ise handling in JwkStoragePQ implementation
result.into() | ||
WasmJwkStorage::_generate_pq_key(self, key_type.into(), alg.name().to_owned()) | ||
.await | ||
.into_serde() |
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.
I left into_serde
even though it is deprecated because serde_wasm_bindgen::from_value
requires the trait T: serde::de::DeserializeOwned
but JwkGenOutput
does not implement it
Hey @AleCla97, sorry for the long silence. I finally have the time to get this PR a to a merge-able state. Would you guys give me access to your fork? That way I can directly push commits there to fix the merge conflicts and adapt you code to the latest version of the library |
yeah sure :) I have added you. Let me know if there are any problems! |
Description of change
Integration of Post-Quantum (PQ) and Post-Quantum/Traditional (PQ/T) hybrid signatures for VCs
draft
Other changes
Type of change
Add an
x
to the boxes that are relevant to your changes.How the change has been tested
Change checklist
Add an
x
to the boxes that are relevant to your changes.