From: Jon Griffiths Date: Tue, 22 Mar 2016 22:49:48 +0000 (+1300) Subject: sha256: Make our u32 and u8 fields the same size X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;ds=sidebyside;h=60b3090a54a7c55e7425c8523dab05b790dd664d;hp=60b3090a54a7c55e7425c8523dab05b790dd664d;p=ccan sha256: Make our u32 and u8 fields the same size These are just aliases to a buffer: its customary for these to have the same size, and makes sizeof() consistent in case anyone decides to use the members instead of the containing union. Signed-off-by: Jon Griffiths ---