chore: fix typos

co-authored-by: nnsW3 <146735585+nnsW3@users.noreply.github.com>
This commit is contained in:
Arthur Meyre
2024-10-21 18:19:00 +02:00
parent 5a54cf678f
commit 1406924235
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ using multithreading to accelerate the computation.
Quite similarly, the function `TriviumStream::<FheBool>::new` will return a very similar object running in FHE space. Its arguments are
2 arrays of 80 FheBool representing the encrypted Trivium key, and the encrypted IV. It also requires a reference to the the server key of the
2 arrays of 80 FheBool representing the encrypted Trivium key, and the encrypted IV. It also requires a reference to the server key of the
current scheme. This means that any user of this feature must also have the `tfhe-rs` crate as a dependency.