Skip to content

Commit 977b0ad

Browse files
committed
eddsa: Fix doc string for EddsaParams
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent e82e2e8 commit 977b0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cryptoki/src/mechanism/eddsa.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
///

0 commit comments

Comments
 (0)