mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 14:30:52 +02:00
parent
fc80394c6c
commit
db0a1d4438
@ -1,3 +1,14 @@
|
|||||||
|
{ This file is part of the Free Component Library.
|
||||||
|
|
||||||
|
Elliptic curve crypto hashing
|
||||||
|
|
||||||
|
See the file COPYING.FPC, included in this distribution,
|
||||||
|
for details about the copyright.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
}
|
||||||
{$mode delphi}
|
{$mode delphi}
|
||||||
unit ECC;
|
unit ECC;
|
||||||
|
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
{ This file is part of the Free Component Library.
|
||||||
|
|
||||||
|
Hash unit utilities.
|
||||||
|
|
||||||
|
See the file COPYING.FPC, included in this distribution,
|
||||||
|
for details about the copyright.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
}
|
||||||
unit hashutils;
|
unit hashutils;
|
||||||
|
|
||||||
{$mode ObjFPC}{$H+}
|
{$mode ObjFPC}{$H+}
|
||||||
|
Loading…
Reference in New Issue
Block a user