(&self)
| 1130 | } |
| 1131 | |
| 1132 | pub fn statement_proofs(&self) -> &[StatementProof<E>] { |
| 1133 | &self.statement_proofs |
| 1134 | } |
| 1135 | |
| 1136 | /// Hash bytes to a field element. This is vulnerable to timing attack and is only used when input |
| 1137 | /// is public anyway like when generating setup parameters or challenge |
no outgoing calls
no test coverage detected