~ubuntu-branches/ubuntu/wily/unrar-nonfree/wily-proposed

« back to all changes in this revision

Viewing changes to sha1.hpp

  • Committer: Package Import Robot
  • Author(s): Martin Meredith
  • Date: 2012-02-14 22:39:32 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20120214223932-wi7jd1zvqed61bw2
Tags: 1:4.1.4-1
* New upstream release
* Updated Watch file
* Added build-indep and build-arch to rules file

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    uint32 state[5];
8
8
    uint32 count[2];
9
9
    unsigned char buffer[64];
 
10
 
 
11
    unsigned char workspace[64]; // Temporary buffer.
10
12
} hash_context;
11
13
 
12
14
void hash_initial( hash_context * c );