Based on the arkworks libraries for finite field and elliptic curve operations.
To get your hands on the first exercises about finite fields and elliptic curves:
cd ff-ec
cargo run --release
Go through the scr/main.rs file to see instructions and solve the questions!