Skip to content

Commit b6aad9d

Browse files
committed
Fix comments in encryption/decryption headers
Signed-off-by: Jakub Jelen <[email protected]>
1 parent 7c0eadb commit b6aad9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)