Open Al-Kindi-0 opened 4 months ago
Investigate creating a DomainLength trait which could look something like this:
DomainLength
pub trait DomainLength { fn domain_length(&self) -> usize; }
And then require the both Proof and MultiProof associated types implement this trait.
Proof
MultiProof
_Originally posted by @irakliyk in https://github.com/facebook/winterfell/pull/285#discussion_r1661914824_
Investigate creating a
DomainLength
trait which could look something like this:And then require the both
Proof
andMultiProof
associated types implement this trait._Originally posted by @irakliyk in https://github.com/facebook/winterfell/pull/285#discussion_r1661914824_