(e: SchnorrError)
| 121 | |
| 122 | impl From<SchnorrError> for ProofSystemError { |
| 123 | fn from(e: SchnorrError) -> Self { |
| 124 | Self::SchnorrError(e) |
| 125 | } |
| 126 | } |
| 127 | |
| 128 | impl From<BBSPlusError> for ProofSystemError { |
nothing calls this directly
no test coverage detected