commit | d75f482eaface11dd30e73977c245fab5e07c3aa | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Wed Jul 18 12:12:00 2018 -0500 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 27 19:28:36 2018 +0800 |
tree | cb67569e7aec4cacc7868e93db118af3f5f8c099 | |
parent | 6b0daa78207b622d768cce2a8251c830256bade9 [diff] |
crypto: rmd256 - use swap macro in rmd256_transform Make use of the swap macro and remove unnecessary variable *tmp*. This makes the code easier to read and maintain. This code was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>