Skip to content
Snippets Groups Projects
Unverified Commit 3b88b972 authored by William Lin's avatar William Lin Committed by GitHub
Browse files

Fix MarlinPC's CommitterKey to return the correct supported_degree (#78)

parent 9698a9b4
No related branches found
No related tags found
No related merge requests found
## Pending
- MarlinPC's `supported_degree` fix.
### Breaking changes
......
......@@ -88,7 +88,7 @@ impl<E: PairingEngine> PCCommitterKey for CommitterKey<E> {
}
fn supported_degree(&self) -> usize {
self.powers.len()
self.powers.len() - 1
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment