403Webshell
Server IP : 88.99.149.37  /  Your IP : 216.73.216.141
Web Server : nginx/1.31.2
System : Linux server-88-99-149-37 6.12.0-124.56.5.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 06:12:08 EDT 2026 x86_64
User : muralimurth ( 1015)
PHP Version : 8.4.23
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/include/sodium/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/include/sodium/crypto_kem_mlkem768.h
#ifndef crypto_kem_mlkem768_H
#define crypto_kem_mlkem768_H

#include <stddef.h>

#include "export.h"

#ifdef __cplusplus
#    ifdef __GNUC__
#        pragma GCC diagnostic ignored "-Wlong-long"
#    endif
extern "C" {
#endif

#define crypto_kem_mlkem768_PUBLICKEYBYTES 1184U
SODIUM_EXPORT
size_t crypto_kem_mlkem768_publickeybytes(void);

#define crypto_kem_mlkem768_SECRETKEYBYTES 2400U
SODIUM_EXPORT
size_t crypto_kem_mlkem768_secretkeybytes(void);

#define crypto_kem_mlkem768_CIPHERTEXTBYTES 1088U
SODIUM_EXPORT
size_t crypto_kem_mlkem768_ciphertextbytes(void);

#define crypto_kem_mlkem768_SHAREDSECRETBYTES 32U
SODIUM_EXPORT
size_t crypto_kem_mlkem768_sharedsecretbytes(void);

#define crypto_kem_mlkem768_SEEDBYTES 64U
SODIUM_EXPORT
size_t crypto_kem_mlkem768_seedbytes(void);

SODIUM_EXPORT
int crypto_kem_mlkem768_seed_keypair(unsigned char       pk[crypto_kem_mlkem768_PUBLICKEYBYTES],
                                     unsigned char       sk[crypto_kem_mlkem768_SECRETKEYBYTES],
                                     const unsigned char seed[crypto_kem_mlkem768_SEEDBYTES])
    __attribute__((nonnull));

SODIUM_EXPORT
int crypto_kem_mlkem768_keypair(unsigned char pk[crypto_kem_mlkem768_PUBLICKEYBYTES],
                                unsigned char sk[crypto_kem_mlkem768_SECRETKEYBYTES])
    __attribute__((nonnull));

SODIUM_EXPORT
int crypto_kem_mlkem768_enc(unsigned char       ct[crypto_kem_mlkem768_CIPHERTEXTBYTES],
                            unsigned char       ss[crypto_kem_mlkem768_SHAREDSECRETBYTES],
                            const unsigned char pk[crypto_kem_mlkem768_PUBLICKEYBYTES])
    __attribute__((warn_unused_result)) __attribute__((nonnull));

SODIUM_EXPORT
int
crypto_kem_mlkem768_enc_deterministic(unsigned char       ct[crypto_kem_mlkem768_CIPHERTEXTBYTES],
                                      unsigned char       ss[crypto_kem_mlkem768_SHAREDSECRETBYTES],
                                      const unsigned char pk[crypto_kem_mlkem768_PUBLICKEYBYTES],
                                      const unsigned char seed[32])
    __attribute__((warn_unused_result)) __attribute__((nonnull));

SODIUM_EXPORT
int crypto_kem_mlkem768_dec(unsigned char       ss[crypto_kem_mlkem768_SHAREDSECRETBYTES],
                            const unsigned char ct[crypto_kem_mlkem768_CIPHERTEXTBYTES],
                            const unsigned char sk[crypto_kem_mlkem768_SECRETKEYBYTES])
    __attribute__((warn_unused_result)) __attribute__((nonnull));

#ifdef __cplusplus
}
#endif

#endif

Youez - 2016 - github.com/yon3zu
LinuXploit