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<'_> {
120120 ///
121121 /// # Arguments
122122 ///
123- /// * `params ` - The CK_EDDSA_PARAMS structure .
123+ /// * `scheme ` - The EdDSA signature scheme .
124124 ///
125125 /// # Returns
126126 ///
Original file line number Diff line number Diff line change 11// Copyright 2025 Contributors to the Parsec project.
22// SPDX-License-Identifier: Apache-2.0
3- //! Encrypting data
3+ //! Decrypting messages
44
55use crate :: context:: Function ;
66use crate :: error:: { Result , Rv } ;
Original file line number Diff line number Diff line change 11// Copyright 2025 Contributors to the Parsec project.
22// SPDX-License-Identifier: Apache-2.0
3- //! Encrypting data
3+ //! Encrypting messages
44
55use crate :: context:: Function ;
66use crate :: error:: { Result , Rv } ;
You can’t perform that action at this time.
0 commit comments