File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -832,7 +832,7 @@ impl ParameterSet for MlDsa65 {
832832 const TAU : usize = 49 ;
833833}
834834
835- /// `MlKem87 ` is the parameter set for security category 5.
835+ /// `MlDsa87 ` is the parameter set for security category 5.
836836#[ derive( Default , Clone , Debug , PartialEq ) ]
837837pub struct MlDsa87 ;
838838
Original file line number Diff line number Diff line change 11//! This module encapsulates all of the compile-time logic related to parameter-set dependent sizes
22//! of objects. `ParameterSet` captures the parameters in the form described by the ML-KEM
33//! specification. `EncodingSize`, `VectorEncodingSize`, and `CbdSamplingSize` are "upstream" of
4- //! `ParameterSet`; they provide basic logic about the size of encoded objects. `PkeParams` and
5- //! `KemParams` are "downstream" of `ParameterSet`; they define derived parameters relevant to
6- //! K-PKE and ML-KEM.
4+ //! `ParameterSet`; they provide basic logic about the size of encoded objects.
75//!
86//! While the primary purpose of these traits is to describe the sizes of objects, in order to
97//! avoid leakage of complicated trait bounds, they also need to provide any logic that needs to
You can’t perform that action at this time.
0 commit comments