Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 8aee5d4e authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: lskcipher - Add compatibility wrapper around ECB


As an aid to the transition from cipher algorithm implementations
to lskcipher, add a temporary wrapper when creating simple lskcipher
templates by using ecb(X) instead of X if an lskcipher implementation
of X cannot be found.

This can be reverted once all cipher implementations have switched
over to lskcipher.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 31865c4c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment