filecoin-project / rust-fil-proofs

Proofs for Filecoin in Rust
Other
492 stars 314 forks source link

refactor: the number of layers must match the column arity #1702

Closed vmx closed 1 year ago

vmx commented 1 year ago

As the number of layers must match the column arity, we can just use the coumn arity directly, without passing in the number of layers.