jellyfish
jellyfish copied to clipboard
Simplify the field switching APIs
In jf_utils/conversion.rs, we have duplicated APIs doing the same thing. We should refactor the codebase to merge them.
(fr_to_fq
, fq_to_fr
and field_switching
)