Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zazedd authored Feb 6, 2024
1 parent 4b23e77 commit 69cf802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This implementation defines the Attractor on the client side as the `Driver` and
### Why are Chaotic Attractors Good for Cryptography?

- They are **Deterministic**, meaning that, given the same pre-conditions, the outcome will always be the same.
- They are also very sensitive to those pre-conditions. The smallest of changes means a **huge** difference in the outcome, which is one of the why they are called chaotic (the other is that it is hard to predict what will happen next). This quality makes it worthwhile, because it means we can create secure ciphers.
- They are also very sensitive to those pre-conditions. The smallest of changes means a **huge** difference in the outcome, which is one of reasons why they are called chaotic (the other is that it is hard to predict what will happen next). This quality makes it worthwhile, because it means we can create secure ciphers.

## Running

Expand Down

0 comments on commit 69cf802

Please sign in to comment.