Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoPope authored Jul 31, 2024
1 parent c64d4ae commit 17ae96b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ For more information, see the test file:

We include rough benchmarks of the time it takes to read and absorb 100MB of
data into each XOF in chunk sizes of 32B, 1KB and 1MB. Results are displayed in
MB/s and are computes as the average throughout for running the test 100 times.
MB/s and are computed as the average throughput for running the test 100 times.

| Algorithm | Absorb (32B) | Read (32B) | Absorb (1KB) | Read (1KB) | Absorb (1MB) | Read (1MB) |
|----------------|----------------|--------------|----------------|--------------|----------------|--------------|
| Ascon | 82 MB/s | 102 MB/s | 147 MB/s | 145 MB/s | 145 MB/s | 152 MB/s |
| AsconA | 96 MB/s | 129 MB/s | 209 MB/s | 160 MB/s | 164 MB/s | 153 MB/s |
| Algorithm | Absorb (32B) | Read (32B) | Absorb (1KB) | Read (1KB) | Absorb (1MB) | Read (1MB) |
|---------------|----------------|--------------|----------------|--------------|----------------|--------------|
| Ascon | 82 MB/s | 102 MB/s | 147 MB/s | 145 MB/s | 145 MB/s | 152 MB/s |
| AsconA | 96 MB/s | 129 MB/s | 209 MB/s | 160 MB/s | 164 MB/s | 153 MB/s |
| Shake128 | 89 MB/s | 102 MB/s | 271 MB/s | 193 MB/s | 348 MB/s | 316 MB/s |
| Shake256 | 79 MB/s | 103 MB/s | 222 MB/s | 216 MB/s | 234 MB/s | 222 MB/s |
| TurboShake128 | 104 MB/s | 144 MB/s | 425 MB/s | 477 MB/s | 414 MB/s | 505 MB/s |
Expand Down

0 comments on commit 17ae96b

Please sign in to comment.