~ubuntu-branches/ubuntu/utopic/libcrypto++/utopic-security

« back to all changes in this revision

Viewing changes to mdc.h

  • Committer: Bazaar Package Importer
  • Author(s): Jens Peter Secher
  • Date: 2009-04-28 23:23:21 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090428232321-wc1o1iipyb426h3x
Tags: 5.6.0-2
* Added a package with debug symbols.
* Drop the DCRYPTOPP_DISABLE_ASM flag to avoid segfault in amule on
  i386.
  (Closes: #525071)

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
                bool IsPermutation() const {return false;}
52
52
 
53
 
                unsigned int GetAlignment() const {return sizeof(HashWordType);}
 
53
                unsigned int OptimalDataAlignment() const {return sizeof(HashWordType);}
54
54
 
55
55
        private:
56
56
                HashWordType *Key() {return (HashWordType *)m_key.data();}