macro_rules! fp_from_num {
($num:literal) => { ... };
}Expand description
This macro converts a string base-10 number to a field element.
macro_rules! fp_from_num {
($num:literal) => { ... };
}This macro converts a string base-10 number to a field element.