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 4141 - name : " Installs SoftHSM and execute tests"
4242 uses : ./.github/actions/ci_script
4343
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+
4451 tests-kryoptic :
4552 name : Run tests against Kryoptic
4653 runs-on : ubuntu-latest
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