Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions CITATION.cff

This file was deleted.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[<img alt="crates.io" src="https://img.shields.io/badge/qfall--tools-cratesio?style=for-the-badge&logo=rust&label=crates&color=fc8d62" height="20">](https://crates.io/crates/qfall-tools)
[<img alt="docs.rs" src="https://img.shields.io/badge/qfall--tools-docs?style=for-the-badge&logo=docs.rs&label=docs.rs&color=66c2a5" height="20">](https://docs.rs/qfall-tools)
[<img alt="tutorial" src="https://img.shields.io/badge/book-tutorial?style=for-the-badge&logo=mdBook&label=Tutorial&color=ffd92f" height="20">](https://qfall.github.io/book)
[<img alt="build" src="https://img.shields.io/github/actions/workflow/status/qfall/tools/push.yml?branch=main&style=for-the-badge" height="20">](https://github.com/qfall/tools/actions/workflows/push.yml)
[<img alt="build" src="https://img.shields.io/github/actions/workflow/status/qfall/tools/main.yml?branch=main&style=for-the-badge" height="20">](https://github.com/qfall/tools/actions/workflows/main.yml)
[<img alt="license" src="https://img.shields.io/badge/License-MPL_2.0-blue.svg?style=for-the-badge" height="20">](https://github.com/qfall/tools/blob/dev/LICENSE)

`qFALL` is a prototyping library for lattice-based cryptography.
Expand Down Expand Up @@ -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
Expand Down
Loading