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 bd2cb21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ 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 +43,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 bd2cb21

Please sign in to comment.