mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-01 22:13:46 +02:00
parent
3da7cc9bc7
commit
27da1c78bd
@ -16,7 +16,7 @@ unit fphashutils;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, ECC;
|
Classes, SysUtils, fpECC;
|
||||||
|
|
||||||
Procedure BytesFromVar(out aBytes : TBytes; aLocation : Pointer; aSize : Integer);
|
Procedure BytesFromVar(out aBytes : TBytes; aLocation : Pointer; aSize : Integer);
|
||||||
Function BytesFromVar(aLocation : Pointer; aSize : Integer) : TBytes;
|
Function BytesFromVar(aLocation : Pointer; aSize : Integer) : TBytes;
|
||||||
|
Loading…
Reference in New Issue
Block a user