Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cryptoki/src/mechanism/eddsa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ impl EddsaParams<'_> {
///
/// # Arguments
///
/// * `params` - The CK_EDDSA_PARAMS structure.
/// * `scheme` - The EdDSA signature scheme.
///
/// # Returns
///
Expand Down
2 changes: 1 addition & 1 deletion cryptoki/src/session/message_decryption.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2025 Contributors to the Parsec project.
// SPDX-License-Identifier: Apache-2.0
//! Encrypting data
//! Decrypting messages

use crate::context::Function;
use crate::error::{Result, Rv};
Expand Down
2 changes: 1 addition & 1 deletion cryptoki/src/session/message_encryption.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2025 Contributors to the Parsec project.
// SPDX-License-Identifier: Apache-2.0
//! Encrypting data
//! Encrypting messages

use crate::context::Function;
use crate::error::{Result, Rv};
Expand Down
Loading