We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a808c08 commit aeaae6fCopy full SHA for aeaae6f
1 file changed
CryptoLib.Tests/src/Crypto/RSATests.pas
@@ -471,7 +471,7 @@ procedure TTestRSA.TestMaxSizeRejectsOversizedModulus;
471
procedure TTestRSA.TestMaxMRTestsZeroSkipsCompositeCheck;
472
var
473
LOldMaxSize, LOldMaxMRTests: Int32;
474
- LParams: TRsaKeyParameters;
+ LParams: IRsaKeyParameters;
475
begin
476
LOldMaxSize := TRsaKeyParameters.MaxSize;
477
LOldMaxMRTests := TRsaKeyParameters.MaxMRTests;
@@ -488,7 +488,7 @@ procedure TTestRSA.TestMaxMRTestsZeroSkipsCompositeCheck;
488
procedure TTestRSA.TestMaxSizeMaxMRTestsUnsetDefault;
489
490
491
492
493
494
0 commit comments