Skip to content

Commit

Permalink
crypto: cts - Convert to skcipher
Browse files Browse the repository at this point in the history
This patch converts cts over to the skcipher interface.  It also
optimises the implementation to use one CBC operation for all but
the last block, which is then processed separately.

Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
herbertx committed Jul 18, 2016
1 parent 499a66e commit 0605c41
Showing 1 changed file with 285 additions and 210 deletions.
Loading

0 comments on commit 0605c41

Please sign in to comment.