Skip to content

Conversation

@Superhepper
Copy link
Collaborator

No description provided.

wiktor-k
wiktor-k previously approved these changes Nov 20, 2025
Copy link
Collaborator

@wiktor-k wiktor-k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks 👌

Comment on lines 18 to 19
/// "This command performs RSA encryption using the indicated padding scheme according to IETF RFC
/// 8017."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a quote from the spec...? I wonder if this would look better in the rendered output:

Suggested change
/// "This command performs RSA encryption using the indicated padding scheme according to IETF RFC
/// 8017."
/// > This command performs RSA encryption using the indicated padding scheme according to IETF [RFC 8017](https://www.rfc-editor.org/rfc/rfc8017).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah it is a quote from the spec therefore I added the quotation marks. But I think it might be better if I make it more clear and use the Spec references. I shall see what I can do.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. I just wondered if using markdown style for quotes (>) would make the rendered output look better than just regular quote signs.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

/// # )
/// # .expect("Should be possible to create primary key from using valid Public object.")
/// # .key_handle;
/// // Because the key was created RsaScheme::Null it is possible to
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// // Because the key was created RsaScheme::Null it is possible to
/// // Because the key was created with RsaScheme::Null it is possible to

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Comment on lines 172 to 173
/// "This command performs RSA decryption using the indicated padding scheme according to IETF RFC
/// 8017 ((PKCS#1)."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// "This command performs RSA decryption using the indicated padding scheme according to IETF RFC
/// 8017 ((PKCS#1)."
/// > This command performs RSA encryption using the indicated padding scheme according to IETF [RFC 8017](https://www.rfc-editor.org/rfc/rfc8017).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

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