Niels Möller <[email protected]> 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 -- Niels Möller. PGP key CB4962D070D77D7FCB8BA36271D8F1FF368C6677. Internet email is subject to wholesale government surveillance. _______________________________________________ nettle-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected]
