This commit is contained in:
zhiqiangxu 2024-03-01 11:27:10 -07:00 committed by GitHub
commit 875cbb0ec9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ impl Assembly {
}
// Pre-compute commitments for the URS.
let mut commitments = vec![];
let mut commitments = Vec::with_capacity(p.columns.len());
for i in 0..p.columns.len() {
// Computes the permutation polynomial based on the permutation
// description in the assembly.