(2 . 6)(2 . 7)
130 #include <stdio.h>
131 #include <string.h>
132 #include <sys/stat.h>
133 #include "keccak.h"
134
135 /* What kind of changes a hunk contains. */
136 enum changes {
(158 . 6)(159 . 10)
138 /* 1 more than the maximum equivalence value used for this or its
139 sibling file. */
140 lin equiv_max;
141
142 /* keccak context */
143 void *hash_context;
144 uint64_t hash[8];
145 };
146
147 /* The file buffer, considered as an array of bytes rather than as an