Skip to content

Commit

Permalink
Update HQC version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Oct 21, 2022
1 parent 681ec03 commit 7af22bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pqcrypto-hqc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pqcrypto-hqc"
description = "Post-Quantum Key-Encapsulation Mechanism hqc"
readme = "README.md"
version = "0.1.5"
version = "0.1.6"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pqcrypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["cryptography"]
pqcrypto-traits = { path = "../pqcrypto-traits", version = "0.3.4" }
pqcrypto-kyber = { path = "../pqcrypto-kyber", version = "0.7.6", optional = true }
pqcrypto-classicmceliece = { path = "../pqcrypto-classicmceliece", version = "0.1.7", optional = true }
pqcrypto-hqc = { path = "../pqcrypto-hqc", version = "0.1.5", optional = true }
pqcrypto-hqc = { path = "../pqcrypto-hqc", version = "0.1.6", optional = true }
pqcrypto-dilithium = { path = "../pqcrypto-dilithium", version = "0.4.5", optional = true }
pqcrypto-falcon = { path = "../pqcrypto-falcon", version = "0.2.10", optional = true }
pqcrypto-sphincsplus = { path = "../pqcrypto-sphincsplus", version = "0.6.4", optional = true }
Expand Down

0 comments on commit 7af22bb

Please sign in to comment.