Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CryptoLib.Benchmark/Delphi/CryptoLib.BenchmarkConsole.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -691,14 +691,18 @@ uses
ClpIFusedCcmKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedCcmKernel.pas',
ClpIFusedEaxKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedEaxKernel.pas',
ClpIFusedGcmSivKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedGcmSivKernel.pas',
ClpIFusedCtrKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedCtrKernel.pas',
ClpIFusedCbcKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedCbcKernel.pas',
ClpFusedKernelRegistry in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpFusedKernelRegistry.pas',
ClpAesFusedAeadSimd in '..\..\CryptoLib\src\Crypto\Modes\Fused\Internal\ClpAesFusedAeadSimd.pas',
ClpAesFusedAeadX86Backend in '..\..\CryptoLib\src\Crypto\Modes\Fused\Internal\ClpAesFusedAeadX86Backend.pas',
ClpAesNiFusedX86Backend in '..\..\CryptoLib\src\Crypto\Modes\Fused\Internal\ClpAesNiFusedX86Backend.pas',
ClpBinPolySimd in '..\..\CryptoLib\src\Math\BinPoly\ClpBinPolySimd.pas',
ClpAesNiOcbKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiOcbKernel.pas',
ClpAesNiCcmKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiCcmKernel.pas',
ClpAesNiEaxKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiEaxKernel.pas',
ClpAesNiGcmKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiGcmKernel.pas',
ClpAesNiCtrKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiCtrKernel.pas',
ClpAesNiCbcKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiCbcKernel.pas',
ClpPclmulGcmSivKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpPclmulGcmSivKernel.pas',
ClpFusedKernelDefaults in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpFusedKernelDefaults.pas',
ClpAeadParameters in '..\..\CryptoLib\src\Crypto\Parameters\ClpAeadParameters.pas',
Expand Down Expand Up @@ -728,6 +732,8 @@ uses
ClpCfbBlockCipherMac in '..\..\CryptoLib\src\Crypto\Macs\ClpCfbBlockCipherMac.pas',
ClpICfbBlockCipherMac in '..\..\CryptoLib\src\Interfaces\Crypto\Macs\ClpICfbBlockCipherMac.pas',
ClpByteUtilities in '..\..\CryptoLib\src\NumberUtilities\ClpByteUtilities.pas',
ClpByteXorSimd in '..\..\CryptoLib\src\NumberUtilities\ClpByteXorSimd.pas',
ClpByteXorX86Backend in '..\..\CryptoLib\src\NumberUtilities\ClpByteXorX86Backend.pas',
ClpInt16Utilities in '..\..\CryptoLib\src\NumberUtilities\ClpInt16Utilities.pas',
ClpInt32Utilities in '..\..\CryptoLib\src\NumberUtilities\ClpInt32Utilities.pas',
ClpInt64Utilities in '..\..\CryptoLib\src\NumberUtilities\ClpInt64Utilities.pas',
Expand Down
8 changes: 7 additions & 1 deletion CryptoLib.Examples/Delphi.Examples/CryptoLib.Examples.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -707,14 +707,18 @@ uses
ClpIFusedCcmKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedCcmKernel.pas',
ClpIFusedEaxKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedEaxKernel.pas',
ClpIFusedGcmSivKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedGcmSivKernel.pas',
ClpIFusedCtrKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedCtrKernel.pas',
ClpIFusedCbcKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedCbcKernel.pas',
ClpFusedKernelRegistry in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpFusedKernelRegistry.pas',
ClpAesFusedAeadSimd in '..\..\CryptoLib\src\Crypto\Modes\Fused\Internal\ClpAesFusedAeadSimd.pas',
ClpAesFusedAeadX86Backend in '..\..\CryptoLib\src\Crypto\Modes\Fused\Internal\ClpAesFusedAeadX86Backend.pas',
ClpAesNiFusedX86Backend in '..\..\CryptoLib\src\Crypto\Modes\Fused\Internal\ClpAesNiFusedX86Backend.pas',
ClpBinPolySimd in '..\..\CryptoLib\src\Math\BinPoly\ClpBinPolySimd.pas',
ClpAesNiOcbKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiOcbKernel.pas',
ClpAesNiCcmKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiCcmKernel.pas',
ClpAesNiEaxKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiEaxKernel.pas',
ClpAesNiGcmKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiGcmKernel.pas',
ClpAesNiCtrKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiCtrKernel.pas',
ClpAesNiCbcKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiCbcKernel.pas',
ClpPclmulGcmSivKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpPclmulGcmSivKernel.pas',
ClpFusedKernelDefaults in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpFusedKernelDefaults.pas',
ClpAeadParameters in '..\..\CryptoLib\src\Crypto\Parameters\ClpAeadParameters.pas',
Expand Down Expand Up @@ -744,6 +748,8 @@ uses
ClpCfbBlockCipherMac in '..\..\CryptoLib\src\Crypto\Macs\ClpCfbBlockCipherMac.pas',
ClpICfbBlockCipherMac in '..\..\CryptoLib\src\Interfaces\Crypto\Macs\ClpICfbBlockCipherMac.pas',
ClpByteUtilities in '..\..\CryptoLib\src\NumberUtilities\ClpByteUtilities.pas',
ClpByteXorSimd in '..\..\CryptoLib\src\NumberUtilities\ClpByteXorSimd.pas',
ClpByteXorX86Backend in '..\..\CryptoLib\src\NumberUtilities\ClpByteXorX86Backend.pas',
ClpInt16Utilities in '..\..\CryptoLib\src\NumberUtilities\ClpInt16Utilities.pas',
ClpInt32Utilities in '..\..\CryptoLib\src\NumberUtilities\ClpInt32Utilities.pas',
ClpInt64Utilities in '..\..\CryptoLib\src\NumberUtilities\ClpInt64Utilities.pas',
Expand Down
9 changes: 8 additions & 1 deletion CryptoLib.Tests/Delphi.Tests/CryptoLib.Tests.Mobile.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -688,14 +688,18 @@ uses
ClpIFusedCcmKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedCcmKernel.pas',
ClpIFusedEaxKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedEaxKernel.pas',
ClpIFusedGcmSivKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedGcmSivKernel.pas',
ClpIFusedCtrKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedCtrKernel.pas',
ClpIFusedCbcKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedCbcKernel.pas',
ClpFusedKernelRegistry in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpFusedKernelRegistry.pas',
ClpAesFusedAeadSimd in '..\..\CryptoLib\src\Crypto\Modes\Fused\Internal\ClpAesFusedAeadSimd.pas',
ClpAesFusedAeadX86Backend in '..\..\CryptoLib\src\Crypto\Modes\Fused\Internal\ClpAesFusedAeadX86Backend.pas',
ClpAesNiFusedX86Backend in '..\..\CryptoLib\src\Crypto\Modes\Fused\Internal\ClpAesNiFusedX86Backend.pas',
ClpBinPolySimd in '..\..\CryptoLib\src\Math\BinPoly\ClpBinPolySimd.pas',
ClpAesNiOcbKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiOcbKernel.pas',
ClpAesNiCcmKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiCcmKernel.pas',
ClpAesNiEaxKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiEaxKernel.pas',
ClpAesNiGcmKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiGcmKernel.pas',
ClpAesNiCtrKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiCtrKernel.pas',
ClpAesNiCbcKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiCbcKernel.pas',
ClpPclmulGcmSivKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpPclmulGcmSivKernel.pas',
ClpFusedKernelDefaults in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpFusedKernelDefaults.pas',
ClpAeadParameters in '..\..\CryptoLib\src\Crypto\Parameters\ClpAeadParameters.pas',
Expand Down Expand Up @@ -725,6 +729,8 @@ uses
ClpCfbBlockCipherMac in '..\..\CryptoLib\src\Crypto\Macs\ClpCfbBlockCipherMac.pas',
ClpICfbBlockCipherMac in '..\..\CryptoLib\src\Interfaces\Crypto\Macs\ClpICfbBlockCipherMac.pas',
ClpByteUtilities in '..\..\CryptoLib\src\NumberUtilities\ClpByteUtilities.pas',
ClpByteXorSimd in '..\..\CryptoLib\src\NumberUtilities\ClpByteXorSimd.pas',
ClpByteXorX86Backend in '..\..\CryptoLib\src\NumberUtilities\ClpByteXorX86Backend.pas',
ClpInt16Utilities in '..\..\CryptoLib\src\NumberUtilities\ClpInt16Utilities.pas',
ClpInt32Utilities in '..\..\CryptoLib\src\NumberUtilities\ClpInt32Utilities.pas',
ClpInt64Utilities in '..\..\CryptoLib\src\NumberUtilities\ClpInt64Utilities.pas',
Expand Down Expand Up @@ -865,6 +871,7 @@ uses
SicBulkParityTests in '..\src\Crypto\SicBulkParityTests.pas',
EcbBulkParityTests in '..\src\Crypto\EcbBulkParityTests.pas',
CbcBulkParityTests in '..\src\Crypto\CbcBulkParityTests.pas',
GcmSivBulkParityTests in '..\src\Crypto\GcmSivBulkParityTests.pas',
SpeckBlockCipherTestBase in '..\src\Crypto\SpeckBlockCipherTestBase.pas',
SpeckLegacyTests in '..\src\Crypto\SpeckLegacyTests.pas',
SpeckTests in '..\src\Crypto\SpeckTests.pas',
Expand Down
9 changes: 8 additions & 1 deletion CryptoLib.Tests/Delphi.Tests/CryptoLib.Tests.Mobile.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -1031,14 +1031,18 @@
<DCCReference Include="..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedCcmKernel.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedEaxKernel.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedGcmSivKernel.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedCtrKernel.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedCbcKernel.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Crypto\Modes\Fused\ClpFusedKernelRegistry.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Crypto\Modes\Fused\Internal\ClpAesFusedAeadSimd.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Crypto\Modes\Fused\Internal\ClpAesFusedAeadX86Backend.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Crypto\Modes\Fused\Internal\ClpAesNiFusedX86Backend.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Math\BinPoly\ClpBinPolySimd.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiOcbKernel.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiCcmKernel.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiEaxKernel.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiGcmKernel.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiCtrKernel.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiCbcKernel.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Crypto\Modes\Fused\ClpPclmulGcmSivKernel.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Crypto\Modes\Fused\ClpFusedKernelDefaults.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Crypto\Parameters\ClpAeadParameters.pas"/>
Expand Down Expand Up @@ -1068,6 +1072,8 @@
<DCCReference Include="..\..\CryptoLib\src\Crypto\Macs\ClpCfbBlockCipherMac.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Interfaces\Crypto\Macs\ClpICfbBlockCipherMac.pas"/>
<DCCReference Include="..\..\CryptoLib\src\NumberUtilities\ClpByteUtilities.pas"/>
<DCCReference Include="..\..\CryptoLib\src\NumberUtilities\ClpByteXorSimd.pas"/>
<DCCReference Include="..\..\CryptoLib\src\NumberUtilities\ClpByteXorX86Backend.pas"/>
<DCCReference Include="..\..\CryptoLib\src\NumberUtilities\ClpInt16Utilities.pas"/>
<DCCReference Include="..\..\CryptoLib\src\NumberUtilities\ClpInt32Utilities.pas"/>
<DCCReference Include="..\..\CryptoLib\src\NumberUtilities\ClpInt64Utilities.pas"/>
Expand Down Expand Up @@ -1204,6 +1210,7 @@
<DCCReference Include="..\src\Crypto\SicBulkParityTests.pas"/>
<DCCReference Include="..\src\Crypto\EcbBulkParityTests.pas"/>
<DCCReference Include="..\src\Crypto\CbcBulkParityTests.pas"/>
<DCCReference Include="..\src\Crypto\GcmSivBulkParityTests.pas"/>
<DCCReference Include="..\src\Crypto\SpeckBlockCipherTestBase.pas"/>
<DCCReference Include="..\src\Crypto\SpeckLegacyTests.pas"/>
<DCCReference Include="..\src\Crypto\SpeckTests.pas"/>
Expand Down
9 changes: 8 additions & 1 deletion CryptoLib.Tests/Delphi.Tests/CryptoLib.Tests.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -707,14 +707,18 @@ uses
ClpIFusedCcmKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedCcmKernel.pas',
ClpIFusedEaxKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedEaxKernel.pas',
ClpIFusedGcmSivKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedGcmSivKernel.pas',
ClpIFusedCtrKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedCtrKernel.pas',
ClpIFusedCbcKernel in '..\..\CryptoLib\src\Interfaces\Crypto\Modes\Fused\ClpIFusedCbcKernel.pas',
ClpFusedKernelRegistry in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpFusedKernelRegistry.pas',
ClpAesFusedAeadSimd in '..\..\CryptoLib\src\Crypto\Modes\Fused\Internal\ClpAesFusedAeadSimd.pas',
ClpAesFusedAeadX86Backend in '..\..\CryptoLib\src\Crypto\Modes\Fused\Internal\ClpAesFusedAeadX86Backend.pas',
ClpAesNiFusedX86Backend in '..\..\CryptoLib\src\Crypto\Modes\Fused\Internal\ClpAesNiFusedX86Backend.pas',
ClpBinPolySimd in '..\..\CryptoLib\src\Math\BinPoly\ClpBinPolySimd.pas',
ClpAesNiOcbKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiOcbKernel.pas',
ClpAesNiCcmKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiCcmKernel.pas',
ClpAesNiEaxKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiEaxKernel.pas',
ClpAesNiGcmKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiGcmKernel.pas',
ClpAesNiCtrKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiCtrKernel.pas',
ClpAesNiCbcKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpAesNiCbcKernel.pas',
ClpPclmulGcmSivKernel in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpPclmulGcmSivKernel.pas',
ClpFusedKernelDefaults in '..\..\CryptoLib\src\Crypto\Modes\Fused\ClpFusedKernelDefaults.pas',
ClpAeadParameters in '..\..\CryptoLib\src\Crypto\Parameters\ClpAeadParameters.pas',
Expand Down Expand Up @@ -744,6 +748,8 @@ uses
ClpCfbBlockCipherMac in '..\..\CryptoLib\src\Crypto\Macs\ClpCfbBlockCipherMac.pas',
ClpICfbBlockCipherMac in '..\..\CryptoLib\src\Interfaces\Crypto\Macs\ClpICfbBlockCipherMac.pas',
ClpByteUtilities in '..\..\CryptoLib\src\NumberUtilities\ClpByteUtilities.pas',
ClpByteXorSimd in '..\..\CryptoLib\src\NumberUtilities\ClpByteXorSimd.pas',
ClpByteXorX86Backend in '..\..\CryptoLib\src\NumberUtilities\ClpByteXorX86Backend.pas',
ClpInt16Utilities in '..\..\CryptoLib\src\NumberUtilities\ClpInt16Utilities.pas',
ClpInt32Utilities in '..\..\CryptoLib\src\NumberUtilities\ClpInt32Utilities.pas',
ClpInt64Utilities in '..\..\CryptoLib\src\NumberUtilities\ClpInt64Utilities.pas',
Expand Down Expand Up @@ -884,6 +890,7 @@ uses
SicBulkParityTests in '..\src\Crypto\SicBulkParityTests.pas',
EcbBulkParityTests in '..\src\Crypto\EcbBulkParityTests.pas',
CbcBulkParityTests in '..\src\Crypto\CbcBulkParityTests.pas',
GcmSivBulkParityTests in '..\src\Crypto\GcmSivBulkParityTests.pas',
SpeckBlockCipherTestBase in '..\src\Crypto\SpeckBlockCipherTestBase.pas',
SpeckLegacyTests in '..\src\Crypto\SpeckLegacyTests.pas',
SpeckTests in '..\src\Crypto\SpeckTests.pas',
Expand Down
6 changes: 5 additions & 1 deletion CryptoLib.Tests/FreePascal.Tests/CryptoLib.Tests.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<PackageName Value="FCL"/>
</Item4>
</RequiredPackages>
<Units Count="185">
<Units Count="186">
<Unit0>
<Filename Value="CryptoLib.lpr"/>
<IsPartOfProject Value="True"/>
Expand Down Expand Up @@ -821,6 +821,10 @@
<Filename Value="..\src\Crypto\Asn1CipherBuilderWithKeyTests.pas"/>
<IsPartOfProject Value="True"/>
</Unit184>
<Unit185>
<Filename Value="..\src\Crypto\GcmSivBulkParityTests.pas"/>
<IsPartOfProject Value="True"/>
</Unit185>
</Units>
</ProjectOptions>
<CompilerOptions>
Expand Down
2 changes: 1 addition & 1 deletion CryptoLib.Tests/FreePascal.Tests/CryptoLib.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
NamedCurveTests, SignerUtilitiesTests, SecureRandomTests,
DigestRandomNumberTests, FixedPointTests, AESTests, AesLightTests,
FusedExternalRegistrationTests, AesHardwareEngineTests, AESSICTests,
SicBulkParityTests, EcbBulkParityTests, CbcBulkParityTests,
SicBulkParityTests, EcbBulkParityTests, CbcBulkParityTests, GcmSivBulkParityTests,
SpeckBlockCipherTestBase, SpeckLegacyTests, SpeckTests, IESCipherTests,
HMacTests, Pkcs5Tests, HkdfGeneratorTests, ECIESTests, PascalCoinECIESTests,
ECNRTests, PrimesTests, ECEncodingTests, GF256AesTests, PaddingTests,
Expand Down
6 changes: 5 additions & 1 deletion CryptoLib.Tests/FreePascal.Tests/CryptoLibConsole.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<PackageName Value="FCL"/>
</Item2>
</RequiredPackages>
<Units Count="185">
<Units Count="186">
<Unit0>
<Filename Value="CryptoLibConsole.lpr"/>
<IsPartOfProject Value="True"/>
Expand Down Expand Up @@ -780,6 +780,10 @@
<Filename Value="..\src\Crypto\Asn1CipherBuilderWithKeyTests.pas"/>
<IsPartOfProject Value="True"/>
</Unit184>
<Unit185>
<Filename Value="..\src\Crypto\GcmSivBulkParityTests.pas"/>
<IsPartOfProject Value="True"/>
</Unit185>
</Units>
</ProjectOptions>
<CompilerOptions>
Expand Down
2 changes: 1 addition & 1 deletion CryptoLib.Tests/FreePascal.Tests/CryptoLibConsole.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
NamedCurveTests, SignerUtilitiesTests, SecureRandomTests,
DigestRandomNumberTests, FixedPointTests, AESTests, AesLightTests,
FusedExternalRegistrationTests, AesHardwareEngineTests, AESSICTests,
SicBulkParityTests, EcbBulkParityTests, CbcBulkParityTests,
SicBulkParityTests, EcbBulkParityTests, CbcBulkParityTests, GcmSivBulkParityTests,
SpeckBlockCipherTestBase, SpeckLegacyTests, SpeckTests, IESCipherTests,
HMacTests, Pkcs5Tests, HkdfGeneratorTests, ECIESTests, PascalCoinECIESTests,
ECNRTests, PrimesTests, ECEncodingTests, GF256AesTests, PaddingTests,
Expand Down
Loading
Loading