Skip to content

Commit 29318b4

Browse files
authored
Merge pull request #288 from Jakuje/typos
Fix typos in doc texts
2 parents 0169642 + b30434b commit 29318b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cryptoki/src/mechanism/eddsa.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ impl EddsaParams<'_> {
120120
///
121121
/// # Arguments
122122
///
123-
/// * `params` - The CK_EDDSA_PARAMS structure.
123+
/// * `scheme` - The EdDSA signature scheme.
124124
///
125125
/// # Returns
126126
///

cryptoki/src/session/message_decryption.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2025 Contributors to the Parsec project.
22
// SPDX-License-Identifier: Apache-2.0
3-
//! Encrypting data
3+
//! Decrypting messages
44
55
use crate::context::Function;
66
use crate::error::{Result, Rv};

cryptoki/src/session/message_encryption.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2025 Contributors to the Parsec project.
22
// SPDX-License-Identifier: Apache-2.0
3-
//! Encrypting data
3+
//! Encrypting messages
44
55
use crate::context::Function;
66
use crate::error::{Result, Rv};

0 commit comments

Comments
 (0)