Fix another comment.

This commit is contained in:
Sean Bowe 2017-06-25 23:18:32 -06:00
parent 6402b74741
commit e97f0df3df

View File

@ -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