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

algorithm-registry: initial commit #985

Closed
wants to merge 1 commit into from

Conversation

baloo
Copy link
Member

@baloo baloo commented Nov 19, 2023

This provides an helper for looking up an algorithm according to its OID.

I've found the same piece of code repeated in various ways all over in consumers of rust-crypto. This is an attempt at providing an implementation for rust-crypto users.

@baloo
Copy link
Member Author

baloo commented Nov 19, 2023

cc @RaitoBezarius

@tarcieri
Copy link
Member

This feels like the sort of thing that would belong in an omnibus crypto library, if we ever made one.

As is this is going to have all of the headaches of the dependency management for one and massive circular dependencies if you place it in this repo.

@baloo
Copy link
Member Author

baloo commented Nov 19, 2023

I like the omnibus idea (and I like the name!). I think this would make a world of difference in the usability. I have no idea how to lay it (beside throwing a thousand helpers).

I'm not sure I see the point of the dependency management. I don't expect it to be too much of an issue, beside maybe duplicates in the Cargo.lock with local and remote/published (pulled from crates.io) versions.

In any case, let's close this for now.

@baloo baloo closed this Nov 19, 2023
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