summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/curve448_local.h
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-03-18 09:25:33 +1000
committerPauli <paul.dale@oracle.com>2020-04-17 19:51:37 +1000
commit43cd37014ef4433ae8e82ba64bddc42cf0bd618a (patch)
treebced2c75951e842e5e04bf16a8481a029c4d5f81 /crypto/ec/curve448/curve448_local.h
parent1ee1e551148d963b566a69c2e6e9a583646112fc (diff)
ecx: add key generation support.
Specifically for x25519, x448, ed25519 and ed448. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11371)
Diffstat (limited to 'crypto/ec/curve448/curve448_local.h')
-rw-r--r--crypto/ec/curve448/curve448_local.h3
1 files changed, 0 insertions, 3 deletions
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 */