We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ec8af commit 614c946Copy full SHA for 614c946
cryptoki/src/mechanism/rsa.rs
@@ -156,7 +156,7 @@ impl<'a> PkcsOaepParams<'a> {
156
/// # Arguments
157
///
158
/// * `hash_alg` - The message digest algorithm used to calculate
159
- /// a digest of the encoding parameter.
+ /// a digest of the encoding parameter.
160
/// * `mgf` - The mask generation function to use on the encoded block.
161
/// * `encoding_parameter` - The encoding parameter, also known as the label.
162
pub fn new(
cryptoki/src/session/object_management.rs
@@ -258,7 +258,7 @@ impl Session {
258
259
260
/// * `template` - A reference to [Attribute] of search parameters that will be used
261
- /// to find objects.
+ /// to find objects.
262
263
/// # Returns
264
0 commit comments