Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci authored Jul 19, 2024
1 parent 5e544fe commit 9b892dd
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 @@ -64,7 +64,7 @@ func main() {
}
```

The NewQPP generates permutations like(in cycle notation):
The NewQPP generates permutations like(in [cycle notation](https://en.wikipedia.org/wiki/Permutation#Cycle_notation)):
```
(0 4 60 108 242 196)(1 168 138 16 197 29 57 21 22 169 37 74 205 33 56 5 10 124 12 40 8 70 18 6 185 137 224)
(2 64 216 178 88)
Expand Down Expand Up @@ -106,7 +106,7 @@ In modern CPUs, the latest QPP optimization can easily achieve speeds exceeding

## Security consideration in setting PADs

The number of pads should ideally be coprime with 8, as the results indicate a hidden structure in the PRNG related to the number 8.
The number of pads should ideally be coprime with 8(與8互素), as the results indicate a hidden structure in the PRNG related to the number 8.

![88d8de919445147f5d44ee059cca371](https://github.com/user-attachments/assets/9e1a160d-5433-4e24-9782-2ae88d87453d)

Expand Down

0 comments on commit 9b892dd

Please sign in to comment.