Skip to content

Commit

Permalink
Bump kyber version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Oct 16, 2023
1 parent 8bbf10d commit 2ba2d2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion implementations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ traits_version: 0.3.5

kems:
kyber:
version: 0.7.7
version: 0.8.0
x86_avx2_guard: 'target_arch == "x86_64" && avx2_enabled && !is_windows && !is_macos'
implementations: [clean, avx2, aarch64]
schemes:
Expand Down
2 changes: 1 addition & 1 deletion pqcrypto-kyber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pqcrypto-kyber"
description = "Post-Quantum Key-Encapsulation Mechanism kyber"
readme = "README.md"
version = "0.7.7"
version = "0.8.0"
authors = ["Thom Wiggers <thom@thomwiggers.nl>"]
edition = "2021"
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 @@ -13,7 +13,7 @@ categories = ["cryptography"]

[dependencies]
pqcrypto-traits = { path = "../pqcrypto-traits", version = "0.3.5" }
pqcrypto-kyber = { path = "../pqcrypto-kyber", version = "0.7.7", optional = true }
pqcrypto-kyber = { path = "../pqcrypto-kyber", version = "0.8.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-dilithium = { path = "../pqcrypto-dilithium", version = "0.5.0", optional = true }
Expand Down

0 comments on commit 2ba2d2a

Please sign in to comment.