halo2curves

Macro impl_miller_loop_components

Source
macro_rules! impl_miller_loop_components {
    (
    $engine:ident,
    $g1:ident,
    $g1affine:ident,
    $g2:ident,
    $g2affine:ident,
    $base:ident,
    $target:ident,
    $scalar:ident
    ) => { ... };
}