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

const-oid: improve rustdoc on Arc #1593

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Nov 1, 2024

Note that we follow Mozilla conventions using maximum 32-bit arcs, linking to a survey of various OID libraries and how they handle various sized arcs.

Also notes we deliberatly do not support UUIDs-as-OIDs, since they're not important (at least within the scope of what we currently implement) to cryptographic use cases this library is intended for.

Note that we follow Mozilla conventions using maximum 32-bit arcs,
linking to a survey of various OID libraries and how they handle various
sized arcs.

Also notes we deliberatly do not support UUIDs-as-OIDs, since they're
not important (at least within the scope of what we currently implement)
to cryptographic use cases this library is intended for.
@tarcieri tarcieri merged commit 13ddc41 into master Nov 1, 2024
113 checks passed
@tarcieri tarcieri deleted the const-oid/arc-rustdoc-improvements branch November 1, 2024 21:18
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.

1 participant