mirror of
https://github.com/logos-storage/dynamic-data-experiments.git
synced 2026-01-02 13:13:08 +00:00
adjust m value for G powers.
This commit is contained in:
parent
be89b3be77
commit
caf6561fa2
@ -137,7 +137,7 @@ impl PolyCommScheme<F> for KZG10PolyComm {
|
||||
) -> Result<Self::Proof> {
|
||||
|
||||
// powers from the srs
|
||||
let m = srs.powers_of_g.len();
|
||||
let m = srs.powers_of_g.len() - 1;
|
||||
let powers= get_powers(&srs, m)?;
|
||||
|
||||
// get row poly and rand
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user