diff --git a/README.md b/README.md index 1c86758..3fe01a6 100644 --- a/README.md +++ b/README.md @@ -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 | @@ -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