File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -809,11 +809,7 @@ mod extra_sizes {
809
809
//
810
810
// Includes the public key, private key, and signature sizes not covered elsewhere, as well as
811
811
// some intermediate value sizes.
812
- //
813
- // U3293 is not required for ML-DSA, but was included in an early iteration of this section
814
- // (before the `ml_dsa` crate was created). So it is included here for backward compatibility.
815
812
pub type U2420 = uint ! ( 0 0 1 0 1 1 1 0 1 0 0 1 ) ;
816
- pub type U3293 = uint ! ( 1 0 1 1 1 0 1 1 0 0 1 1 ) ;
817
813
pub type U3309 = uint ! ( 1 0 1 1 0 1 1 1 0 0 1 1 ) ;
818
814
pub type U4480 = uint ! ( 0 0 0 0 0 0 0 1 1 0 0 0 1 ) ;
819
815
pub type U4544 = uint ! ( 0 0 0 0 0 0 1 1 1 0 0 0 1 ) ;
@@ -1061,7 +1057,6 @@ mod extra_sizes {
1061
1057
// ML-DSA sizes
1062
1058
impl_array_sizes ! {
1063
1059
2420 => U2420 ,
1064
- 3293 => U3293 ,
1065
1060
3309 => U3309 ,
1066
1061
4480 => U4480 ,
1067
1062
4544 => U4544 ,
You can’t perform that action at this time.
0 commit comments