Towards crypto & method agility: API updates, new buffer, new credential struct#284
Merged
geonnave merged 31 commits intolake-rs:mainfrom Aug 2, 2024
Merged
Conversation
038b6da to
c873923
Compare
Closed
cc5efe8 to
b9fc9be
Compare
Collaborator
Author
|
So far this PR includes:
Next steps are to update the examples and C/Python wrappers, then merge on main and continue the agility work on a new PR. |
will support more types of credentials,
including different types of COSE_Key's
the handling of id_cred's is inspired by chrysn's PR lake-rs#274
borrowing code from @chrysn's PR lake-rs#274
also update signatures default of Option values to avoid pyo3 warning
6373799 to
aa6eca5
Compare
9fb5f57 to
754a866
Compare
Collaborator
Author
|
@malishav just asked for a review, mostly interested in an ack about the changeset (in comment above). One point I have is that the Symmetric key type would not need to live in |
Collaborator
Author
|
Also, regarding actual crypto agility, I will leave for another PR since this one is already big enough... |
malishav
approved these changes
Aug 2, 2024
Member
malishav
left a comment
There was a problem hiding this comment.
I went briefly over the PR, it is massive, congrats on pulling this off! I am happy if you merge this!
This was referenced Aug 2, 2024
geonnave
added a commit
to geonnave/lakers
that referenced
this pull request
Oct 4, 2024
includes breaking changes from PRs lake-rs#284 and lake-rs#294
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Still very early stage.