~mdcallag/+junk/5.1-map

« back to all changes in this revision

Viewing changes to extra/yassl/taocrypt/include/des.hpp

  • Committer: msvensson at pilot
  • Date: 2007-04-24 09:11:45 UTC
  • mfrom: (2469.1.106)
  • Revision ID: sp1r-msvensson@pilot.blaudden-20070424091145-10463
Merge pilot.blaudden:/home/msvensson/mysql/my51-m-mysql_upgrade
into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
class BasicDES {
43
43
public:
44
 
    BasicDES() {}
45
44
    void SetKey(const byte*, word32, CipherDir dir);
46
45
    void RawProcessBlock(word32&, word32&) const;
47
46
protected: