File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ impl EddsaParams<'_> {
120
120
///
121
121
/// # Arguments
122
122
///
123
- /// * `params ` - The CK_EDDSA_PARAMS structure .
123
+ /// * `scheme ` - The EdDSA signature scheme .
124
124
///
125
125
/// # Returns
126
126
///
Original file line number Diff line number Diff line change 1
1
// Copyright 2025 Contributors to the Parsec project.
2
2
// SPDX-License-Identifier: Apache-2.0
3
- //! Encrypting data
3
+ //! Decrypting messages
4
4
5
5
use crate :: context:: Function ;
6
6
use crate :: error:: { Result , Rv } ;
Original file line number Diff line number Diff line change 1
1
// Copyright 2025 Contributors to the Parsec project.
2
2
// SPDX-License-Identifier: Apache-2.0
3
- //! Encrypting data
3
+ //! Encrypting messages
4
4
5
5
use crate :: context:: Function ;
6
6
use crate :: error:: { Result , Rv } ;
You can’t perform that action at this time.
0 commit comments