Skip to content

Commit

Permalink
crypto: lrw - Convert to skcipher
Browse files Browse the repository at this point in the history
This patch converts lrw over to the skcipher interface.  It also
optimises the implementation to be based on ECB instead of the
underlying cipher.  For compatibility the existing naming scheme
of lrw(aes) is maintained as opposed to the more obvious one of
lrw(ecb(aes)).

Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
herbertx committed Nov 28, 2016
1 parent cf2c0fe commit 700cb3f
Showing 1 changed file with 380 additions and 127 deletions.
Loading

0 comments on commit 700cb3f

Please sign in to comment.