From 4e6a7049accf63be2fb894b44357f77fa9ec7674 Mon Sep 17 00:00:00 2001 From: jnsiemer Date: Tue, 20 Jan 2026 14:10:47 +0000 Subject: [PATCH 1/2] Minor updates --- CITATION.cff | 24 ------------------------ Cargo.toml | 8 ++++---- README.md | 10 ++++++++-- 3 files changed, 12 insertions(+), 30 deletions(-) delete mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff deleted file mode 100644 index b1125c4..0000000 --- a/CITATION.cff +++ /dev/null @@ -1,24 +0,0 @@ -# This CITATION.cff file was generated with cffinit. -# Visit https://bit.ly/cffinit to generate yours today! - -cff-version: 1.2.0 -title: qFALL-schemes -message: "University Paderborn, Codes and Cryptography" -type: software -authors: - - given-names: Laurens - family-names: Porzenheim - - given-names: Marvin - family-names: Beckmann - - given-names: Paul - family-names: Kramer - - given-names: Phil - family-names: Milewski - - given-names: Sven - family-names: Moog - - given-names: Marcel - family-names: Schmidt - - given-names: Niklas - family-names: Siemer -repository-code: "https://github.com/qfall/schemes" -license: MPL-2.0 diff --git a/Cargo.toml b/Cargo.toml index 79014b3..76cc018 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,10 +17,10 @@ autobenches = false [dependencies] qfall-tools = { git = "https://github.com/qfall/tools", branch = "dev" } qfall-math = { git = "https://github.com/qfall/math", branch = "dev" } -sha2 = "0.10.6" -serde = {version="1.0", features=["derive"]} -serde_json = "1.0" -typetag = "0.2" +sha2 = "0" +serde = {version="1", features=["derive"]} +serde_json = "1" +typetag = "0" criterion = { version = "0.8", features = ["html_reports"] } [profile.bench] diff --git a/README.md b/README.md index 077955f..9f6f58d 100644 --- a/README.md +++ b/README.md @@ -106,8 +106,14 @@ See [Contributing](https://github.com/qfall/schemes/blob/dev/CONTRIBUTING.md) fo ## Citing Please use the following bibtex entry to cite [qFALL](https://qfall.github.io). -```text -TODO: Update to eprint +```bibtex +@misc{qfall, + author = {Marvin Beckmann and Phil Milewski and Laurens Porzenheim and Marcel Luca Schmidt and Jan Niklas Siemer}, + title = {{qFALL} – {Rapid Prototyping of Lattice-based Cryptography}}, + howpublished = {Cryptology {ePrint} Archive, Paper 2026/069}, + year = {2026}, + url = {https://eprint.iacr.org/2026/069} +} ``` ## Dependencies From 3b5eef8dedac14a1f06eed19afca73db4b41dee0 Mon Sep 17 00:00:00 2001 From: jnsiemer Date: Tue, 20 Jan 2026 16:37:05 +0000 Subject: [PATCH 2/2] Minor update of build badge + Cargo.toml --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 76cc018..4cec7eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,8 @@ autobenches = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -qfall-tools = { git = "https://github.com/qfall/tools", branch = "dev" } -qfall-math = { git = "https://github.com/qfall/math", branch = "dev" } +qfall-tools = "0" +qfall-math = "0" sha2 = "0" serde = {version="1", features=["derive"]} serde_json = "1" diff --git a/README.md b/README.md index 9f6f58d..d3786c4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [crates.io](https://crates.io/crates/qfall-schemes) [docs.rs](https://docs.rs/qfall-schemes) [tutorial](https://qfall.github.io/book) -[build](https://github.com/qfall/schemes/actions/workflows/push.yml) +[build](https://github.com/qfall/schemes/actions/workflows/main.yml) [license](https://github.com/qfall/schemes/blob/dev/LICENSE) `qFALL` is a prototyping library for lattice-based cryptography.