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..4cec7eb 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-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"
+qfall-tools = "0"
+qfall-math = "0"
+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..d3786c4 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[
](https://crates.io/crates/qfall-schemes)
[
](https://docs.rs/qfall-schemes)
[
](https://qfall.github.io/book)
-[
](https://github.com/qfall/schemes/actions/workflows/push.yml)
+[
](https://github.com/qfall/schemes/actions/workflows/main.yml)
[
](https://github.com/qfall/schemes/blob/dev/LICENSE)
`qFALL` is a prototyping library for lattice-based cryptography.
@@ -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