We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0eadb commit b6aad9dCopy full SHA for b6aad9d
cryptoki/src/session/message_decryption.rs
@@ -1,6 +1,6 @@
1
// Copyright 2025 Contributors to the Parsec project.
2
// SPDX-License-Identifier: Apache-2.0
3
-//! Encrypting data
+//! Decrypting messages
4
5
use crate::context::Function;
6
use crate::error::{Result, Rv};
cryptoki/src/session/message_encryption.rs
+//! Encrypting messages
0 commit comments