mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 04:49:20 +02:00
* Moved comment to top of file for better visibility
This commit is contained in:
parent
92978caa2f
commit
d3000c6174
@ -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.
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
{$mode delphi}
|
{$mode delphi}
|
||||||
unit fpECC;
|
unit fpECC;
|
||||||
|
|
||||||
@ -73,10 +78,6 @@ 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;
|
||||||
|
Loading…
Reference in New Issue
Block a user