commit | d266f44b5b517025249c4200eaa4bb892facc9a5 | [log] [tgz] |
---|---|---|
author | Alex Cope <alexcope@google.com> | Tue Nov 08 17:16:58 2016 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sun Nov 13 17:45:06 2016 +0800 |
tree | bb737a9faa382e57260dc658df5489f3235b4013 | |
parent | 8edda7d22a95caddcc66431e4564c7d03568da4d [diff] |
crypto: gf128mul - remove dead gf128mul_64k_lle code This code is unlikely to be useful in the future because transforms don't know how often keys will be changed, new algorithms are unlikely to use lle representation, and tables should be replaced with carryless multiplication instructions when available. Signed-off-by: Alex Cope <alexcope@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>