halo2curvesMacro new_curve_impl
Source macro_rules! new_curve_impl {
(($($privacy:tt)*),
$name:ident,
$name_affine:ident,
$base:ident,
$scalar:ident,
$generator:expr,
$constant_a:expr,
$constant_b:expr,
$curve_id:literal,
$hash_to_curve:expr,
$flag_config:expr,
standard_sign
) => { ... };
(($($privacy:tt)*),
$name:ident,
$name_affine:ident,
$base:ident,
$scalar:ident,
$generator:expr,
$constant_a:expr,
$constant_b:expr,
$curve_id:literal,
$hash_to_curve:expr,
$flag_config:expr
) => { ... };
}