Skip to content

Commit 5e380ff

Browse files
authored
Remove U3293 (#117)
This was originally added for ML-DSA, however it turns out it was unnecessary
1 parent 3fcff87 commit 5e380ff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/sizes.rs

-5
Original file line numberDiff line numberDiff line change
@@ -809,11 +809,7 @@ mod extra_sizes {
809809
//
810810
// Includes the public key, private key, and signature sizes not covered elsewhere, as well as
811811
// 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.
815812
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);
817813
pub type U3309 = uint!(1 0 1 1 0 1 1 1 0 0 1 1);
818814
pub type U4480 = uint!(0 0 0 0 0 0 0 1 1 0 0 0 1);
819815
pub type U4544 = uint!(0 0 0 0 0 0 1 1 1 0 0 0 1);
@@ -1061,7 +1057,6 @@ mod extra_sizes {
10611057
// ML-DSA sizes
10621058
impl_array_sizes! {
10631059
2420 => U2420,
1064-
3293 => U3293,
10651060
3309 => U3309,
10661061
4480 => U4480,
10671062
4544 => U4544,

0 commit comments

Comments
 (0)