@@ -588,7 +588,7 @@ private static Dictionary<CompositeMLDsaAlgorithm, AlgorithmMetadata> CreateAlgo
588
588
CompositeMLDsaAlgorithm . MLDsa65WithRSA3072Pss ,
589
589
new AlgorithmMetadata (
590
590
MLDsaAlgorithm . MLDsa65 ,
591
- new RsaAlgorithm ( 3072 , HashAlgorithmName . SHA512 , RSASignaturePadding . Pss ) ,
591
+ new RsaAlgorithm ( 3072 , HashAlgorithmName . SHA256 , RSASignaturePadding . Pss ) ,
592
592
[ 0x06 , 0x0B , 0x60 , 0x86 , 0x48 , 0x01 , 0x86 , 0xFA , 0x6B , 0x50 , 0x09 , 0x01 , 0x04 ] ,
593
593
HashAlgorithmName . SHA512 )
594
594
} ,
@@ -604,7 +604,7 @@ private static Dictionary<CompositeMLDsaAlgorithm, AlgorithmMetadata> CreateAlgo
604
604
CompositeMLDsaAlgorithm . MLDsa65WithRSA4096Pss ,
605
605
new AlgorithmMetadata (
606
606
MLDsaAlgorithm . MLDsa65 ,
607
- new RsaAlgorithm ( 4096 , HashAlgorithmName . SHA512 , RSASignaturePadding . Pss ) ,
607
+ new RsaAlgorithm ( 4096 , HashAlgorithmName . SHA384 , RSASignaturePadding . Pss ) ,
608
608
[ 0x06 , 0x0B , 0x60 , 0x86 , 0x48 , 0x01 , 0x86 , 0xFA , 0x6B , 0x50 , 0x09 , 0x01 , 0x06 ] ,
609
609
HashAlgorithmName . SHA512 )
610
610
} ,
@@ -676,15 +676,15 @@ private static Dictionary<CompositeMLDsaAlgorithm, AlgorithmMetadata> CreateAlgo
676
676
CompositeMLDsaAlgorithm . MLDsa87WithRSA3072Pss ,
677
677
new AlgorithmMetadata (
678
678
MLDsaAlgorithm . MLDsa87 ,
679
- new RsaAlgorithm ( 3072 , HashAlgorithmName . SHA512 , RSASignaturePadding . Pss ) ,
679
+ new RsaAlgorithm ( 3072 , HashAlgorithmName . SHA256 , RSASignaturePadding . Pss ) ,
680
680
[ 0x06 , 0x0B , 0x60 , 0x86 , 0x48 , 0x01 , 0x86 , 0xFA , 0x6B , 0x50 , 0x09 , 0x01 , 0x0F ] ,
681
681
HashAlgorithmName . SHA512 )
682
682
} ,
683
683
{
684
684
CompositeMLDsaAlgorithm . MLDsa87WithRSA4096Pss ,
685
685
new AlgorithmMetadata (
686
686
MLDsaAlgorithm . MLDsa87 ,
687
- new RsaAlgorithm ( 4096 , HashAlgorithmName . SHA512 , RSASignaturePadding . Pss ) ,
687
+ new RsaAlgorithm ( 4096 , HashAlgorithmName . SHA384 , RSASignaturePadding . Pss ) ,
688
688
[ 0x06 , 0x0B , 0x60 , 0x86 , 0x48 , 0x01 , 0x86 , 0xFA , 0x6B , 0x50 , 0x09 , 0x01 , 0x10 ] ,
689
689
HashAlgorithmName . SHA512 )
690
690
} ,
0 commit comments