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

Make padding module private #243

Merged
merged 1 commit into from Jan 5, 2023
Merged

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jan 5, 2023

The only public type in the padding module is PaddingScheme, which is already re-exported from the toplevel.

There is no rustdoc documentation at the top of the module, and therefore little value in having PaddingScheme available as both rsa::PaddingScheme and rsa::padding::PaddingScheme.

The only public type in the `padding` module is `PaddingScheme`, which
is already re-exported from the toplevel.

There is no rustdoc documentation at the top of the module, and
therefore little value in having `PaddingScheme` available as both
`rsa::PaddingScheme` and `rsa::padding::PaddingScheme`.
@tarcieri tarcieri merged commit 6b5dcc8 into master Jan 5, 2023
@tarcieri tarcieri deleted the make-padding-module-private branch January 5, 2023 22:20
@tarcieri tarcieri mentioned this pull request Jan 16, 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.

None yet

2 participants