blake2-rfc icon indicating copy to clipboard operation
blake2-rfc copied to clipboard

Format code using 'cargo fmt'

Open Atul9 opened this issue 5 years ago • 1 comments

Atul9 avatar Dec 08 '19 17:12 Atul9

Sorry, but formatting this code with rustfmt requires strategically-placed rustfmt_ignore annotations. Some of the constants in this code are 4x4 (or other size) matrices, and were manually formatted to make this clear. For instance, the shuffle matrices were formatted to make it clear what is being rotated, but this is obscured when they are placed as a single line.

cesarb avatar Dec 08 '19 22:12 cesarb