Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND committed Nov 19, 2023
1 parent a352e30 commit e56232d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ fast-ntt is a Rust package to compute polynomial multiplication in `O(nlog(n))`

#### Number-Theoretic Transform

```
| Polynomial Degree | NTT |
| ----------------- | --------- |
| 64 | 201.11 µs |
Expand All @@ -41,6 +42,7 @@ fast-ntt is a Rust package to compute polynomial multiplication in `O(nlog(n))`
| 8192 | 16.674 ms |
| 16384 | 34.160 ms |
| 32768 | 79.303 ms |
```

#### Polynomial Multiplication

Expand Down

0 comments on commit e56232d

Please sign in to comment.