Selaa lähdekoodia

fixed compilation issue in Linux.

Ugochukwu Mmaduekwe 6 vuotta sitten
vanhempi
sitoutus
01548db19c

+ 1 - 1
CryptoLib/src/Interfaces/ClpIECC.pas

@@ -23,7 +23,7 @@ interface
 
 
 uses
 uses
   Generics.Collections,
   Generics.Collections,
-  ClpIPreCompCallback,
+  ClpIPreCompCallBack,
   ClpCryptoLibTypes,
   ClpCryptoLibTypes,
   ClpIFiniteField,
   ClpIFiniteField,
   ClpIPreCompInfo,
   ClpIPreCompInfo,

+ 19 - 0
CryptoLib/src/Math/EC/Rfc7748/ClpX25519.pas

@@ -1,5 +1,24 @@
+{ *********************************************************************************** }
+{ *                              CryptoLib Library                                  * }
+{ *                Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe                    * }
+{ *                 Github Repository <https://github.com/Xor-el>                   * }
+
+{ *  Distributed under the MIT software license, see the accompanying file LICENSE  * }
+{ *          or visit http://www.opensource.org/licenses/mit-license.php.           * }
+
+{ *                              Acknowledgements:                                  * }
+{ *                                                                                 * }
+{ *      Thanks to Sphere 10 Software (http://www.sphere10.com/) for sponsoring     * }
+{ *                           development of this library                           * }
+
+{ * ******************************************************************************* * }
+
+(* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& *)
+
 unit ClpX25519;
 unit ClpX25519;
 
 
+{$I ..\..\..\Include\CryptoLib.inc}
+
 interface
 interface
 
 
 uses
 uses