~ubuntu-branches/ubuntu/oneiric/botan1.8/oneiric-updates

« back to all changes in this revision

Viewing changes to src/hash/md4/md4.h

  • Committer: Bazaar Package Importer
  • Author(s): Ondřej Surý
  • Date: 2010-08-04 16:59:58 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100804165958-xdmg1izi7xk0t4b5
Tags: 1.8.9-1
* New upstream version
* Add git-buildpackage config

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
      void hash_old(const byte[]);
28
28
      void copy_out(byte[]);
29
29
 
30
 
      SecureBuffer<u32bit, 48> M;
 
30
      SecureBuffer<u32bit, 16> M;
31
31
      SecureBuffer<u32bit, 4> digest;
32
32
   };
33
33