|
|
@@ -46,7 +46,7 @@ uses
|
|
|
ClpBigInteger in '..\..\CryptoLib\src\Math\ClpBigInteger.pas',
|
|
|
ClpBigIntegers in '..\..\CryptoLib\src\Math\ClpBigIntegers.pas',
|
|
|
ClpPrimes in '..\..\CryptoLib\src\Math\ClpPrimes.pas',
|
|
|
- ClpBitConverter in '..\..\CryptoLib\src\GeneralUtilities\ClpBitConverter.pas',
|
|
|
+ ClpBitConverter in '..\..\CryptoLib\src\Misc\ClpBitConverter.pas',
|
|
|
ClpBlockCipherModes in '..\..\CryptoLib\src\Crypto\Ciphers\ClpBlockCipherModes.pas',
|
|
|
ClpBlowfishEngine in '..\..\CryptoLib\src\Crypto\Engines\ClpBlowfishEngine.pas',
|
|
|
ClpBsiObjectIdentifiers in '..\..\CryptoLib\src\Asn1\Bsi\ClpBsiObjectIdentifiers.pas',
|
|
|
@@ -61,11 +61,11 @@ uses
|
|
|
ClpCipherKeyGenerator in '..\..\CryptoLib\src\Crypto\Generators\ClpCipherKeyGenerator.pas',
|
|
|
ClpCipherUtilities in '..\..\CryptoLib\src\Crypto\Ciphers\ClpCipherUtilities.pas',
|
|
|
ClpCollectionUtilities in '..\..\CryptoLib\src\GeneralUtilities\ClpCollectionUtilities.pas',
|
|
|
- ClpConverters in '..\..\CryptoLib\src\GeneralUtilities\ClpConverters.pas',
|
|
|
+ ClpConverters in '..\..\CryptoLib\src\Misc\ClpConverters.pas',
|
|
|
ClpCryptLibObjectIdentifiers in '..\..\CryptoLib\src\Asn1\CryptLib\ClpCryptLibObjectIdentifiers.pas',
|
|
|
ClpCryptoApiRandomGenerator in '..\..\CryptoLib\src\Rngs\ClpCryptoApiRandomGenerator.pas',
|
|
|
- ClpCryptoLibComparers in '..\..\CryptoLib\src\GeneralUtilities\ClpCryptoLibComparers.pas',
|
|
|
- ClpCryptoLibTypes in '..\..\CryptoLib\src\GeneralUtilities\ClpCryptoLibTypes.pas',
|
|
|
+ ClpCryptoLibComparers in '..\..\CryptoLib\src\Misc\ClpCryptoLibComparers.pas',
|
|
|
+ ClpCryptoLibTypes in '..\..\CryptoLib\src\Misc\ClpCryptoLibTypes.pas',
|
|
|
ClpCryptoProObjectIdentifiers in '..\..\CryptoLib\src\Asn1\CryptoPro\ClpCryptoProObjectIdentifiers.pas',
|
|
|
ClpCustomNamedCurves in '..\..\CryptoLib\src\Crypto\EC\ClpCustomNamedCurves.pas',
|
|
|
ClpECUtilities in '..\..\CryptoLib\src\Crypto\EC\ClpECUtilities.pas',
|
|
|
@@ -414,8 +414,8 @@ uses
|
|
|
ClpSecP521R1Custom in '..\..\CryptoLib\src\Math\EC\Custom\Sec\ClpSecP521R1Custom.pas',
|
|
|
ClpSecT283Custom in '..\..\CryptoLib\src\Math\EC\Custom\Sec\ClpSecT283Custom.pas',
|
|
|
ClpSecureRandom in '..\..\CryptoLib\src\Crypto\Randoms\ClpSecureRandom.pas',
|
|
|
- ClpSetWeakRef in '..\..\CryptoLib\src\GeneralUtilities\ClpSetWeakRef.pas',
|
|
|
- ClpWeakRef in '..\..\CryptoLib\src\GeneralUtilities\ClpWeakRef.pas',
|
|
|
+ ClpSetWeakRef in '..\..\CryptoLib\src\Misc\ClpSetWeakRef.pas',
|
|
|
+ ClpWeakRef in '..\..\CryptoLib\src\Misc\ClpWeakRef.pas',
|
|
|
ClpSignersEncodings in '..\..\CryptoLib\src\Crypto\Signers\SignerEncodings\ClpSignersEncodings.pas',
|
|
|
ClpSignerSink in '..\..\CryptoLib\src\Crypto\IO\ClpSignerSink.pas',
|
|
|
ClpScalar25519 in '..\..\CryptoLib\src\Math\EC\Rfc8032\ClpScalar25519.pas',
|