Browse Source

* Add notice that work by Wolfgang Erhardt was used

Michaël Van Canneyt 3 years ago
parent
commit
92978caa2f
2 changed files with 9 additions and 0 deletions
  1. 4 0
      packages/fcl-hash/src/fpecc.pp
  2. 5 0
      packages/fcl-hash/src/fphashutils.pp

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

@@ -73,6 +73,10 @@ implementation
 
 
 uses sysutils, fphashutils;
 uses sysutils, fphashutils;
 
 
+{
+  This code is based on earlier work by Wolfgang Erhardt.
+}
+
 type
 type
   UInt128 = record
   UInt128 = record
     m_low: UInt64;
     m_low: UInt64;

+ 5 - 0
packages/fcl-hash/src/fphashutils.pp

@@ -9,6 +9,11 @@
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 }
 }
+{
+  Part of this code is based on earlier work by Wolfgang Erhardt.
+}
+
+
 unit fphashutils;
 unit fphashutils;
 
 
 {$mode ObjFPC}{$H+}
 {$mode ObjFPC}{$H+}