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

Simplify AlgorithmIdentifier type #6

Merged
merged 2 commits into from
Sep 7, 2023
Merged

Simplify AlgorithmIdentifier type #6

merged 2 commits into from
Sep 7, 2023

Conversation

ctz
Copy link
Member

@ctz ctz commented Sep 7, 2023

No description provided.

Just store a &'static [u8]. This means the type can become trivially
`Copy`.

Technically a breaking change for several reasons; eg losing
`impl From<Vec<u8>>`.
@ctz ctz added this pull request to the merge queue Sep 7, 2023
Merged via the queue into main with commit 0f3121a Sep 7, 2023
22 checks passed
@ctz ctz deleted the jbp-simplify-algid-type branch September 7, 2023 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants