We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a7c87 commit feb4fddCopy full SHA for feb4fdd
cryptoki/src/mechanism/kbkdf.rs
@@ -237,7 +237,7 @@ pub struct KbkdfParams<'a> {
237
}
238
239
impl<'a> KbkdfParams<'a> {
240
- /// Construct parameters for NIST SP 800-108 KDF (aka KBKDF) pseuderandom function-based key
+ /// Construct parameters for NIST SP 800-108 KDF (aka KBKDF) pseudorandom function-based key
241
/// derivation function, in counter or double pipeline-mode.
242
///
243
/// # Arguments
0 commit comments