Skip to content

Commit

Permalink
chore(docs): fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
aquint-zama authored and IceTDrinker committed Jun 21, 2024
1 parent b80e09f commit 99da16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfhe/docs/core_crypto/presentation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Quick Start

The `core_crypto` module from `TFHE-rs` is dedicated to the implementation of the cryptographic tools related to TFHE. To construct an FHE application, the [shortint](../fine_grained_api/shortint/tutorial.md) and/or [Boolean](../fine_grained_api/Boolean/tutorial.md) modules (based on `core_crypto`) are recommended.
The `core_crypto` module from `TFHE-rs` is dedicated to the implementation of the cryptographic tools related to TFHE. To construct an FHE application, the [shortint](../fine_grained_api/shortint/readme.md) and/or [Boolean](../fine_grained_api/Boolean/readme.md) modules (based on `core_crypto`) are recommended.

The `core_crypto` module offers an API to low-level cryptographic primitives and objects, like `lwe_encryption` or `rlwe_ciphertext`. The goal is to propose an easy-to-use API for cryptographers.

Expand Down

0 comments on commit 99da16b

Please sign in to comment.