[openssh-commits] [openssh] 11/12: upstream: move to a better place

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jul 21 15:23:40 AEST 2026


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit bf268c800949ecb379ba6c846cf73a0a97be9d85
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Thu Jul 16 04:12:50 2026 +0000

    upstream: move to a better place
    
    OpenBSD-Commit-ID: 0c70f26de19babb2557a7a95ae7057d996a2c3f8
---
 crypto_api.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/crypto_api.h b/crypto_api.h
index 9095d8292..f8441ed6f 100644
--- a/crypto_api.h
+++ b/crypto_api.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: crypto_api.h,v 1.11 2026/06/14 03:59:34 djm Exp $ */
+/* $OpenBSD: crypto_api.h,v 1.12 2026/07/16 04:12:50 djm Exp $ */
 
 /*
  * Assembled from generated headers and source files by Markus Friedl.
@@ -73,8 +73,6 @@ int	crypto_sign_ed25519_keypair_from_seed(unsigned char *, unsigned char *,
 #define crypto_kem_sntrup761_SECRETKEYBYTES 1763
 #define crypto_kem_sntrup761_CIPHERTEXTBYTES 1039
 #define crypto_kem_sntrup761_BYTES 32
-#define crypto_kem_mlkem768_ENCSEEDBYTES 32
-#define crypto_kem_mlkem768_KEYPAIRSEEDBYTES 64
 
 int	crypto_kem_sntrup761_enc(unsigned char *cstr, unsigned char *k,
     const unsigned char *pk);
@@ -87,6 +85,8 @@ int	crypto_kem_sntrup761_keypair(unsigned char *pk, unsigned char *sk);
 #define crypto_kem_mlkem768_SECRETKEYBYTES 2400
 #define crypto_kem_mlkem768_CIPHERTEXTBYTES 1088
 #define crypto_kem_mlkem768_BYTES 32
+#define crypto_kem_mlkem768_ENCSEEDBYTES 32
+#define crypto_kem_mlkem768_KEYPAIRSEEDBYTES 64
 
 /* Aliases for MLKEM768 */
 #define MLKEM768_PUBLICKEYBYTES crypto_kem_mlkem768_PUBLICKEYBYTES

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list