(&self, writer: W)
| 145 | |
| 146 | impl<'a, E: Pairing> SubProtocol<'a, E> { |
| 147 | pub fn challenge_contribution<W: Write>(&self, writer: W) -> Result<(), ProofSystemError> { |
| 148 | delegate!(self.challenge_contribution(writer)) |
| 149 | } |
| 150 | } |
| 151 | |
| 152 | /// Merges indexed messages sorted by index with indexed blindings sorted by index. |