Lines Matching refs:I

56    efficient or fastest C implementation.  I welcome suggestions,
58 portability. I also welcome suggestions to improve portability.
116 I tested things on (using gcc), when I optimized with just -O2 and
118 these same systems, if I did NO optimization, the unrolled transform
119 was SLOWER, much slower (I'm guessing because the code was breaking
120 the cache, but I'm not sure). Your mileage may vary.
126 require that you do a few #definitions in the .h file. I've successfully
131 have more trouble in portability since they do I/O.
133 To get sha2.c/sha2.h working under Windows, I had to define
136 I got the test program to run and verified that all the test
148 If you know where I can find some additional test vectors, please let me
156 and a few things I can't recall.
163 longer to compile, but I hope it is a bit faster. I
169 just a few hours. I didn't really intend to do this much.
187 things worse. I believe that 0.9.8 fixes the bug completely
188 so that output is correct. I cannot verify this, however,
194 only affected big-endian systems. I didn't have direct
199 Also I experimented with alternate macro definitions
203 during expression evaluation, but I'd hoped the compiler
214 I finally put the files into RCS so future changes will be
216 be more useful to me, and I got rid of the old C testing
231 I can be reached via email at:
235 Please don't send support questions. I don't have the time to answer and
239 If you use this implementation, I would enjoy getting a brief email message
241 is no requirement to do so. I just think it would be fun.
247 I build it using the unrolled transform version with -O2 optimizations),