Skip to main content

BenchmarkEngine

Type Alias BenchmarkEngine 

Source
pub type BenchmarkEngine<const ROUNDS: usize, const ADDRESS_BITS: usize, L: CompressionLaneComponent + Default = InlineCompressionLane<ROUNDS, ADDRESS_BITS>>
where W<ROUNDS>: BitWidth, W<ADDRESS_BITS>: BitWidth,
= BenchmarkEngineWithSigner<InlineBenchmarkSigner<ROUNDS, ADDRESS_BITS, L>>;
Expand description

Const-generic inline-signer benchmark engine retained for source compatibility.

Aliased Typeยง

pub struct BenchmarkEngine<const ROUNDS: usize, const ADDRESS_BITS: usize, L: CompressionLaneComponent + Default = InlineCompressionLane<ROUNDS, ADDRESS_BITS>>
where W<ROUNDS>: BitWidth, W<ADDRESS_BITS>: BitWidth,
{ /* private fields */ }