From ac30c0ee8e05930364f36debb7ad6309ab6d20c2 Mon Sep 17 00:00:00 2001 From: Bhargav Annem Date: Sat, 18 Nov 2023 21:12:30 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 904a0ef..021a47f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# fast-ntt +# fast-ntt [![Rust](https://github.com/0xWOLAND/fast-ntt/actions/workflows/rust.yml/badge.svg)](https://github.com/0xWOLAND/fast-ntt/actions/workflows/rust.yml) fast-ntt is a Rust package to compute polynomial multiplication in `O(nlog(n))` time.