📄 frxrc4.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Frxrc4.pas' rev: 10.00
#ifndef Frxrc4HPP
#define Frxrc4HPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warnings off
#pragma option -Vx // Zero-length empty class member functions
#pragma pack(push,8)
#include <System.hpp> // Pascal unit
#include <Sysinit.hpp> // Pascal unit
#include <Sysutils.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Frxrc4
{
//-- type declarations -------------------------------------------------------
typedef Byte *PByte;
class DELPHICLASS TfrxRC4;
class PASCALIMPLEMENTATION TfrxRC4 : public System::TObject
{
typedef System::TObject inherited;
private:
Byte FKey[256];
void __fastcall xchg(Byte &byte1, Byte &byte2);
public:
void __fastcall Start(void * Key, int KeyLength);
void __fastcall Crypt(void * Source, void * Target, int Length);
public:
#pragma option push -w-inl
/* TObject.Create */ inline __fastcall TfrxRC4(void) : System::TObject() { }
#pragma option pop
#pragma option push -w-inl
/* TObject.Destroy */ inline __fastcall virtual ~TfrxRC4(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Frxrc4 */
using namespace Frxrc4;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Frxrc4
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -