Niels Möller nisse@lysator.liu.se writes:
I think I'd be happy to merge this version, and do any incremental improvement on top of that.
Applied on branch ppc63-sha256 for testing (there were some minor conflicts in ppc-fat.c), and seems to work fine. Some more, very minor, comments:
+C ROUND(A B C D E F G H R EXT)
There's no longer an EXT argument, right? (Which is good, since its not portable to use more than 9 m4 args and access them as $10, $11, etc).
- C "permute" state from VSA containing A,B,C,D into VSA,VSB,VSC,VSD
I think this comment is now at the wrong place, since permutation is done before the loop?
Regards, /Niels