Skip to main content

BaseOt

Type Alias BaseOt 

Source
pub type BaseOt = MlKemOt;
Expand description

Base OT implementation used by extension protocols.

When one of the ml-kem-base-ot-{512,768,1024} features is enabled, uses mlkem_ot::MlKemOt.

Aliased Typeยง

pub struct BaseOt { /* private fields */ }