You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
On 2019-09-11 @recmo wrote in 7ced6e0 “Coset parallel LDE”:
Avoid initialization
let generator =
FieldElement::root(length).expect("No generator for extended_domain_length.");letmut result:MmapVec<FieldElement> = MmapVec::with_capacity(length);// Initialize to zero// TODO: Avoid initialization
result.resize(length,FieldElement::ZERO);// Compute cosets in parallel
result
.as_mut_slice()
On 2019-09-11 @recmo wrote in
7ced6e0
“Coset parallel LDE”:Avoid initialization
From
crypto/openstark/src/polynomial.rs:83
The text was updated successfully, but these errors were encountered: