//! Concrete field adapter for the Jacobi vector tests.
use ;
use FpElement;
// Use the same pattern as your Weierstrass tests, but over GF(101).
// Replace the last Montgomery parameter with the one used in your project
// for p = 101 if needed.
const_prime_monty_params!;
pub type F = ;