-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96a0178
commit 0c07fa8
Showing
5 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule pqclean
updated
84 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "pqcrypto-hqc" | ||
description = "Post-Quantum Key-Encapsulation Mechanism hqc" | ||
readme = "README.md" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
authors = ["Thom Wiggers <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "pqcrypto" | ||
description = "Post-Quantum cryptographic primitives" | ||
readme = "README.md" | ||
version = "0.18.0" | ||
version = "0.18.1" | ||
authors = ["Thom Wiggers <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -15,7 +15,7 @@ categories = ["cryptography"] | |
pqcrypto-traits = { path = "../pqcrypto-traits", version = "0.3.5" } | ||
pqcrypto-mlkem = { path = "../pqcrypto-mlkem", version = "0.1.0", optional = true } | ||
pqcrypto-classicmceliece = { path = "../pqcrypto-classicmceliece", version = "0.2.0", optional = true } | ||
pqcrypto-hqc = { path = "../pqcrypto-hqc", version = "0.2.0", optional = true } | ||
pqcrypto-hqc = { path = "../pqcrypto-hqc", version = "0.2.1", optional = true } | ||
pqcrypto-mldsa = { path = "../pqcrypto-mldsa", version = "0.1.0", optional = true } | ||
pqcrypto-falcon = { path = "../pqcrypto-falcon", version = "0.4.0", optional = true } | ||
pqcrypto-sphincsplus = { path = "../pqcrypto-sphincsplus", version = "0.7.0", optional = true } | ||
|