Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Jul 28, 2021
1 parent 0e1576e commit bdd949f
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 34 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
/target
**/*.rs.bk
Cargo.lock

.vscode/
2 changes: 1 addition & 1 deletion pqcrypto-classicmceliece/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pqcrypto-classicmceliece"
description = "Post-Quantum Key-Encapsulation Mechanism classicmceliece"
readme = "README.md"
version = "0.1.3"
version = "0.1.4"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion pqcrypto-classicmceliece/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ extern crate glob;

use std::env;
use std::path::{Path, PathBuf};
use std::{fs::File, io::Write};

fn main() {
let internals_include_path = &std::env::var("DEP_PQCRYPTO_INTERNALS_INCLUDEPATH").unwrap();
Expand Down
2 changes: 1 addition & 1 deletion pqcrypto-dilithium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pqcrypto-dilithium"
description = "Post-Quantum Signature Scheme dilithium"
readme = "README.md"
version = "0.4.1"
version = "0.4.2"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion pqcrypto-dilithium/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ extern crate glob;

use std::env;
use std::path::{Path, PathBuf};
use std::{fs::File, io::Write};

fn main() {
let internals_include_path = &std::env::var("DEP_PQCRYPTO_INTERNALS_INCLUDEPATH").unwrap();
Expand Down
2 changes: 1 addition & 1 deletion pqcrypto-falcon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pqcrypto-falcon"
description = "Post-Quantum Signature Scheme falcon"
readme = "README.md"
version = "0.2.7"
version = "0.2.8"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion pqcrypto-falcon/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ extern crate glob;

use std::env;
use std::path::{Path, PathBuf};
use std::{fs::File, io::Write};

fn main() {
let internals_include_path = &std::env::var("DEP_PQCRYPTO_INTERNALS_INCLUDEPATH").unwrap();
Expand Down
2 changes: 1 addition & 1 deletion pqcrypto-frodo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pqcrypto-frodo"
description = "Post-Quantum Key-Encapsulation Mechanism frodo"
readme = "README.md"
version = "0.4.7"
version = "0.4.8"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion pqcrypto-frodo/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ extern crate glob;

use std::env;
use std::path::{Path, PathBuf};
use std::{fs::File, io::Write};

fn main() {
let internals_include_path = &std::env::var("DEP_PQCRYPTO_INTERNALS_INCLUDEPATH").unwrap();
Expand Down
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.1"
version = "0.1.2"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion pqcrypto-hqc/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ extern crate glob;

use std::env;
use std::path::{Path, PathBuf};
use std::{fs::File, io::Write};

fn main() {
let internals_include_path = &std::env::var("DEP_PQCRYPTO_INTERNALS_INCLUDEPATH").unwrap();
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.1"
version = "0.7.2"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion pqcrypto-kyber/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ extern crate glob;

use std::env;
use std::path::{Path, PathBuf};
use std::{fs::File, io::Write};

fn main() {
let internals_include_path = &std::env::var("DEP_PQCRYPTO_INTERNALS_INCLUDEPATH").unwrap();
Expand Down
2 changes: 1 addition & 1 deletion pqcrypto-ntru/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pqcrypto-ntru"
description = "Post-Quantum Key-Encapsulation Mechanism ntru"
readme = "README.md"
version = "0.5.4"
version = "0.5.5"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion pqcrypto-ntru/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ extern crate glob;

use std::env;
use std::path::{Path, PathBuf};
use std::{fs::File, io::Write};

fn main() {
let internals_include_path = &std::env::var("DEP_PQCRYPTO_INTERNALS_INCLUDEPATH").unwrap();
Expand Down
2 changes: 1 addition & 1 deletion pqcrypto-ntruprime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pqcrypto-ntruprime"
description = "Post-Quantum Key-Encapsulation Mechanism ntruprime"
readme = "README.md"
version = "0.1.2"
version = "0.1.3"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion pqcrypto-ntruprime/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ extern crate glob;

use std::env;
use std::path::{Path, PathBuf};
use std::{fs::File, io::Write};

fn main() {
let internals_include_path = &std::env::var("DEP_PQCRYPTO_INTERNALS_INCLUDEPATH").unwrap();
Expand Down
2 changes: 1 addition & 1 deletion pqcrypto-rainbow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pqcrypto-rainbow"
description = "Post-Quantum Signature Scheme rainbow"
readme = "README.md"
version = "0.2.1"
version = "0.2.2"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion pqcrypto-rainbow/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ extern crate glob;

use std::env;
use std::path::{Path, PathBuf};
use std::{fs::File, io::Write};

fn main() {
let internals_include_path = &std::env::var("DEP_PQCRYPTO_INTERNALS_INCLUDEPATH").unwrap();
Expand Down
2 changes: 1 addition & 1 deletion pqcrypto-saber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pqcrypto-saber"
description = "Post-Quantum Key-Encapsulation Mechanism saber"
readme = "README.md"
version = "0.1.7"
version = "0.1.8"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion pqcrypto-saber/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ extern crate glob;

use std::env;
use std::path::{Path, PathBuf};
use std::{fs::File, io::Write};

fn main() {
let internals_include_path = &std::env::var("DEP_PQCRYPTO_INTERNALS_INCLUDEPATH").unwrap();
Expand Down
2 changes: 1 addition & 1 deletion pqcrypto-sphincsplus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pqcrypto-sphincsplus"
description = "Post-Quantum Signature Scheme sphincsplus"
readme = "README.md"
version = "0.6.0"
version = "0.6.1"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion pqcrypto-sphincsplus/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ extern crate glob;

use std::env;
use std::path::{Path, PathBuf};
use std::{fs::File, io::Write};

fn main() {
let internals_include_path = &std::env::var("DEP_PQCRYPTO_INTERNALS_INCLUDEPATH").unwrap();
Expand Down
24 changes: 12 additions & 12 deletions pqcrypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pqcrypto"
description = "Post-Quantum cryptographic primitives"
readme = "README.md"
version = "0.14.1"
version = "0.14.2"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -13,17 +13,17 @@ categories = ["cryptography"]

[dependencies]
pqcrypto-traits = { path = "../pqcrypto-traits", version = "0.3.2" }
pqcrypto-kyber = { path = "../pqcrypto-kyber", version = "0.7.1", optional = true }
pqcrypto-frodo = { path = "../pqcrypto-frodo", version = "0.4.7", optional = true }
pqcrypto-ntru = { path = "../pqcrypto-ntru", version = "0.5.4", optional = true }
pqcrypto-ntruprime = { path = "../pqcrypto-ntruprime", version = "0.1.2", optional = true }
pqcrypto-saber = { path = "../pqcrypto-saber", version = "0.1.7", optional = true }
pqcrypto-classicmceliece = { path = "../pqcrypto-classicmceliece", version = "0.1.3", optional = true }
pqcrypto-hqc = { path = "../pqcrypto-hqc", version = "0.1.1", optional = true }
pqcrypto-dilithium = { path = "../pqcrypto-dilithium", version = "0.4.1", optional = true }
pqcrypto-falcon = { path = "../pqcrypto-falcon", version = "0.2.7", optional = true }
pqcrypto-rainbow = { path = "../pqcrypto-rainbow", version = "0.2.1", optional = true }
pqcrypto-sphincsplus = { path = "../pqcrypto-sphincsplus", version = "0.6.0", optional = true }
pqcrypto-kyber = { path = "../pqcrypto-kyber", version = "0.7.2", optional = true }
pqcrypto-frodo = { path = "../pqcrypto-frodo", version = "0.4.8", optional = true }
pqcrypto-ntru = { path = "../pqcrypto-ntru", version = "0.5.5", optional = true }
pqcrypto-ntruprime = { path = "../pqcrypto-ntruprime", version = "0.1.3", optional = true }
pqcrypto-saber = { path = "../pqcrypto-saber", version = "0.1.8", optional = true }
pqcrypto-classicmceliece = { path = "../pqcrypto-classicmceliece", version = "0.1.4", optional = true }
pqcrypto-hqc = { path = "../pqcrypto-hqc", version = "0.1.2", optional = true }
pqcrypto-dilithium = { path = "../pqcrypto-dilithium", version = "0.4.2", optional = true }
pqcrypto-falcon = { path = "../pqcrypto-falcon", version = "0.2.8", optional = true }
pqcrypto-rainbow = { path = "../pqcrypto-rainbow", version = "0.2.2", optional = true }
pqcrypto-sphincsplus = { path = "../pqcrypto-sphincsplus", version = "0.6.1", optional = true }

[features]
default = ["pqcrypto-kyber","pqcrypto-frodo","pqcrypto-ntru","pqcrypto-ntruprime","pqcrypto-saber","pqcrypto-classicmceliece","pqcrypto-hqc","pqcrypto-dilithium","pqcrypto-falcon","pqcrypto-rainbow","pqcrypto-sphincsplus",]
Expand Down

0 comments on commit bdd949f

Please sign in to comment.