diff --git a/CITATION.cff b/CITATION.cff deleted file mode 100644 index 6f98c45..0000000 --- a/CITATION.cff +++ /dev/null @@ -1,19 +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 -type: software -authors: - - given-names: Laurens - family-names: Porzenheim - - given-names: Marvin - family-names: Beckmann - - given-names: Phil - family-names: Milewski - - given-names: Marcel Luca - family-names: Schmidt - - given-names: Jan Niklas - family-names: Siemer -repository-code: "https://github.com/qfall" -license: MPL-2.0 diff --git a/Cargo.toml b/Cargo.toml index 9f41347..4c036ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,12 +15,12 @@ autobenches = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -qfall-math = { git = "https://github.com/qfall/math", branch = "dev" } -flint-sys = "0.7.3" -sha2 = "0.10" -serde = {version="1.0", features=["derive"]} -serde_json = "1.0" -typetag = "0.2" +qfall-math = "0" +flint-sys = "0.7" +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 eb7b95e..130a9cc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [crates.io](https://crates.io/crates/qfall-tools) [docs.rs](https://docs.rs/qfall-tools) [tutorial](https://qfall.github.io/book) -[build](https://github.com/qfall/tools/actions/workflows/push.yml) +[build](https://github.com/qfall/tools/actions/workflows/main.yml) [license](https://github.com/qfall/tools/blob/dev/LICENSE) `qFALL` is a prototyping library for lattice-based cryptography. @@ -91,8 +91,14 @@ See [Contributing](https://github.com/qfall/tools/blob/dev/CONTRIBUTING.md) for 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