(&self)
| 50 | } |
| 51 | |
| 52 | pub fn verify(&self) -> Result<(), ProofSystemError> { |
| 53 | self.params.verify()?; |
| 54 | Ok(()) |
| 55 | } |
| 56 | } |
| 57 | |
| 58 | impl<E: Pairing> From<SmcParamsAndCommitmentKey<E>> for SmcParamsWithPairingAndCommitmentKey<E> { |
no outgoing calls
no test coverage detected