mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
16 lines
385 B
ObjectPascal
16 lines
385 B
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit dcpcrypt;
|
|
|
|
interface
|
|
|
|
uses
|
|
DCPbase64, DCPblockciphers, DCPconst, DCPcrypt2, DCPhaval, DCPmd4, DCPmd5,
|
|
DCPripemd128, DCPripemd160, DCPsha1, DCPsha256, DCPsha512, DCPtiger,
|
|
DCPcrc32, DCcrc32, DCblake2, DCPblake2, DCPsha3;
|
|
|
|
implementation
|
|
|
|
end.
|