binius_
core
0.1.0
CanSample
Bits
Required Methods
sample_bits
Implementations on Foreign Types
&'a mut U
Implementors
In binius_
core::
fiat_
shamir::
sampling
binius_core
::
fiat_shamir
::
sampling
Trait
CanSampleBits
Copy item path
source
pub trait CanSampleBits<T> { // Required method fn
sample_bits
(&mut self, bits:
usize
) -> T; }
Required Methods
§
source
fn
sample_bits
(&mut self, bits:
usize
) -> T
Implementations on Foreign Types
§
source
§
impl<'a, T, U: 'a +
CanSampleBits
<T> + ?
Sized
>
CanSampleBits
<T> for
&'a mut U
source
§
fn
sample_bits
(&mut self, bits:
usize
) -> T
Implementors
§
source
§
impl<Challenger_>
CanSampleBits
<
usize
> for
TranscriptReader
<Challenger_>
where Challenger_:
Challenger
,
source
§
impl<Challenger_>
CanSampleBits
<
usize
> for
TranscriptWriter
<Challenger_>
where Challenger_:
Challenger
,