Develop and Download Open Source Software

Browse CVS Repository

Contents of /tombo/Tombo/Src/Crypt.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Wed Aug 23 15:31:53 2006 UTC (17 years, 7 months ago) by hirami
Branch: MAIN
CVS Tags: Tombo_2_0b2, Tombo_2_0b3, Tombo_2_0b1, Tombo_2_0b4, B228, B229, B226, B227, B224, B225, B222, B223, B231, B230, HEAD
Changes since 1.1: +1 -0 lines
File MIME type: text/x-chdr
- Multi repository support(yet completed)
- Fixes to YAE
	* Hang up when *.tdt points invalid position.

1 #ifndef CRYPT_H
2 #define CRYPT_H
3
4 class Crypt {
5 void *handle;
6 public:
7 Crypt();
8 ~Crypt();
9
10 BOOL ResetStream(byte *key, unsigned int len);
11 BOOL Encrypt(byte *chipher, byte *plain, int len);
12 BOOL Decrypt(byte *plain, byte *chipher);
13 };
14
15 #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26