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