2
0
Эх сурвалжийг харах

* Moved comment to top of file for better visibility

Michaël Van Canneyt 3 жил өмнө
parent
commit
d3000c6174

+ 5 - 4
packages/fcl-hash/src/fpecc.pp

@@ -9,6 +9,11 @@
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 }
+{
+  Part of this code is based on earlier work by Wolfgang Erhardt.
+}
+
+
 {$mode delphi}
 unit fpECC;
 
@@ -73,10 +78,6 @@ implementation
 
 uses sysutils, fphashutils;
 
-{
-  This code is based on earlier work by Wolfgang Erhardt.
-}
-
 type
   UInt128 = record
     m_low: UInt64;