()
| 493 | } |
| 494 | |
| 495 | pub fn is_zero() -> Script { |
| 496 | script! { |
| 497 | { Fq::is_zero(0) } |
| 498 | OP_TOALTSTACK |
| 499 | { Fq::is_zero(0) } |
| 500 | OP_FROMALTSTACK |
| 501 | OP_BOOLAND |
| 502 | } |
| 503 | } |
| 504 | |
| 505 | pub fn is_zero_keep_element() -> Script { |
| 506 | script! { |
no outgoing calls
no test coverage detected