Skip to content

Commit 31eba93

Browse files
committed
Minor
1 parent c9024fa commit 31eba93

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
homepage = "https://qfall.github.io"
99
repository = "https://github.com/qfall/tools"
1010
license = "MPL-2.0"
11-
keywords = ["prototype", "lattice", "cryptography", "math"]
11+
keywords = ["prototype", "lattice", "cryptography"]
1212
categories = ["cryptography", "mathematics", "development-tools::build-utils", "development-tools::testing", "development-tools::profiling"]
1313
autobenches = false
1414

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# qFALL-math
1+
# qFALL-tools
22
[<img alt="github" src="https://img.shields.io/badge/qfall--tools-github?style=for-the-badge&logo=github&label=github&color=8da0cb" height="20">](https://github.com/qfall/tools)
33
[<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)
44
[<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)
@@ -25,7 +25,7 @@ cargo add qfall-tools
2525
- Read the [documentation of this crate](https://docs.rs/qfall-tools).
2626
- We recommend [our tutorial](https://qfall.github.io/book) to start working with qFALL.
2727

28-
## What does qFALL-math offer?
28+
## What does qFALL-tools offer?
2929
qFALL-tools offers several commonly used sub-modules specific to lattice-based cryptography.
3030
- [Preimage Samplable Functions (PSF)](https://docs.rs/qfall-tools/latest/qfall_tools/primitive/psf/index.html)
3131
- [GPV-based PSF over Z_q](https://docs.rs/qfall-tools/latest/qfall_tools/primitive/psf/struct.PSFGPV.html)
@@ -103,5 +103,5 @@ This project is based on [qfall-math](https://crates.io/crates/qfall-math), whic
103103

104104
## License
105105

106-
This library is distributed under the [Mozilla Public License Version 2.0](https://github.com/qfall/math/blob/dev/LICENSE).
106+
This library is distributed under the [Mozilla Public License Version 2.0](https://github.com/qfall/tools/blob/dev/LICENSE).
107107
Permissions of this weak copyleft license are conditioned on making the source code of licensed files and modifications of those files available under the same license (or in certain cases, under one of the GNU licenses). Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work may be distributed under different terms and without source code for files added to the larger work.

0 commit comments

Comments
 (0)