diff options
-rw-r--r-- | src/lib/libcrypto/curve25519/curve25519.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/curve25519/curve25519.h b/src/lib/libcrypto/curve25519/curve25519.h index 8b84c889cd..69fff02d12 100644 --- a/src/lib/libcrypto/curve25519/curve25519.h +++ b/src/lib/libcrypto/curve25519/curve25519.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: curve25519.h,v 1.5 2022/11/09 17:39:29 jsing Exp $ */ | 1 | /* $OpenBSD: curve25519.h,v 1.6 2022/11/11 01:44:26 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2015, Google Inc. | 3 | * Copyright (c) 2015, Google Inc. |
4 | * | 4 | * |
@@ -78,7 +78,7 @@ int X25519(uint8_t out_shared_key[X25519_KEY_LENGTH], | |||
78 | * generated, public/private key pair. | 78 | * generated, public/private key pair. |
79 | */ | 79 | */ |
80 | void ED25519_keypair(uint8_t out_public_key[ED25519_PUBLIC_KEY_LENGTH], | 80 | void ED25519_keypair(uint8_t out_public_key[ED25519_PUBLIC_KEY_LENGTH], |
81 | uint8_t out_private_key[ED25519_PRIVATE_KEY_LENGTH]); | 81 | uint8_t out_private_key[ED25519_PRIVATE_KEY_LENGTH]); |
82 | 82 | ||
83 | /* | 83 | /* |
84 | * ED25519_sign sets |out_sig| to be a signature of |message_len| bytes from | 84 | * ED25519_sign sets |out_sig| to be a signature of |message_len| bytes from |