diff --git a/README.md b/README.md index 02d6c1e..ec7a7a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ff -`ff` is a finite field library written in pure Rust, with no `unsafe{}` code. This library relies on Rust's `i128_type` feature, which is currently only available in the nightly compiler. +`ff` is a finite field library written in pure Rust, with no `unsafe{}` code. ## Disclaimers