22 lines
334 B
ObjectPascal

{ This file was automatically created by Typhon IDE.
Do not edit!
This source is only used to compile and install the package.
}
unit criptionandhash;
interface
uses
cah_md5, cah_rc4, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage ('criptionandhash', @Register );
end.