File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 41
41
- name : " Installs SoftHSM and execute tests"
42
42
uses : ./.github/actions/ci_script
43
43
44
+ build-windows :
45
+ name : Build on Windows
46
+ runs-on : windows-latest
47
+ steps :
48
+ - uses : actions/checkout@v4
49
+ - run : cargo check --all-features --workspace --all-targets
50
+
44
51
tests-kryoptic :
45
52
name : Run tests against Kryoptic
46
53
runs-on : ubuntu-latest
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