From 43cd37014ef4433ae8e82ba64bddc42cf0bd618a Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 18 Mar 2020 09:25:33 +1000 Subject: ecx: add key generation support. Specifically for x25519, x448, ed25519 and ed448. Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/11371) --- crypto/ec/curve448/curve448_local.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'crypto/ec/curve448/curve448_local.h') diff --git a/crypto/ec/curve448/curve448_local.h b/crypto/ec/curve448/curve448_local.h index b70a1b5406..5b3b71ff62 100644 --- a/crypto/ec/curve448/curve448_local.h +++ b/crypto/ec/curve448/curve448_local.h @@ -18,7 +18,4 @@ int ED448ph_verify(OPENSSL_CTX *ctx, const uint8_t hash[64], const uint8_t signature[114], const uint8_t public_key[57], const uint8_t *context, size_t context_len); -int ED448_public_from_private(OPENSSL_CTX *ctx, uint8_t out_public_key[57], - const uint8_t private_key[57]); - #endif /* OSSL_CRYPTO_EC_CURVE448_LOCAL_H */ -- cgit v1.2.3