Skip to content

Commit

Permalink
style(docs): fixing a few typos in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
bcm-at-zama authored and tmontaigu committed Dec 21, 2023
1 parent 526a53f commit 384e15c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ running Windows:
tfhe = { version = "*", features = ["boolean", "shortint", "integer", "x86_64"] }
```

Note: aarch64-based machines are not yet supported for Windows as it's currently missing an entropy source to be able to seed the [CSPRNGs](https://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator) used in TFHE-rs
Note: aarch64-based machines are not yet supported for Windows as it's currently missing an entropy source to be able to seed the [CSPRNGs](https://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator) used in TFHE-rs.


## A simple example
Expand Down Expand Up @@ -118,7 +118,7 @@ To run this code, use the following command:
<p align="center"> <code> cargo run --release </code> </p>

Note that when running code that uses `tfhe-rs`, it is highly recommended
to run in release mode with cargo's `--release` flag to have the best performances possible,
to run in release mode with cargo's `--release` flag to have the best performances possible.


## Contributing
Expand Down

0 comments on commit 384e15c

Please sign in to comment.