Remove the old shake256 implementation
authorMatt Caswell <matt@openssl.org>
Tue, 28 Nov 2017 12:23:33 +0000 (12:23 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 20 Feb 2018 12:59:30 +0000 (12:59 +0000)
commit2799d385406077f6726cd91c9edb18be12d37dc3
treecb09ec91b6413f0fb1384f495844b23fd33f16f0
parenta242839f75846b9bfa87774a85090651d2ec17c6
Remove the old shake256 implementation

We have fully converted curve448 to use the OpenSSL shake256 implementation
so we can now remove the old one.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5105)
crypto/ec/curve448/ed448.h
crypto/ec/curve448/eddsa.c
crypto/ec/curve448/keccak_internal.h [deleted file]
crypto/ec/curve448/shake.c [deleted file]
crypto/ec/curve448/shake.h [deleted file]