(element: ark_bn254::G1Affine)
| 133 | } |
| 134 | |
| 135 | pub fn push(element: ark_bn254::G1Affine) -> Script { |
| 136 | script! { |
| 137 | { Fq::push_u32_le(&BigUint::from(element.x).to_u32_digits()) } |
| 138 | { Fq::push_u32_le(&BigUint::from(element.y).to_u32_digits()) } |
| 139 | } |
| 140 | } |
| 141 | |
| 142 | pub fn toaltstack() -> Script { |
| 143 | script! { |
no outgoing calls
no test coverage detected