SSH Daemon Project
public
Read
Owner: themaster
Branch: main
Commits: 2
Updated: 2026-04-19 00:20
Git CLI clone URL
git clone https://www.xt-emporium.com/git/ssh-daemon-project.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
ssh-daemon-project
/
src
/
mlkem768.h
File editor
#ifndef MLKEM768_H #define MLKEM768_H #define crypto_kem_mlkem768_PUBLICKEYBYTES 1184 #define crypto_kem_mlkem768_SECRETKEYBYTES 2400 #define crypto_kem_mlkem768_CIPHERTEXTBYTES 1088 #define crypto_kem_mlkem768_BYTES 32 int crypto_kem_mlkem768_keypair(unsigned char *pk, unsigned char *sk); int crypto_kem_mlkem768_enc(unsigned char *c, unsigned char *k, const unsigned char *pk); int crypto_kem_mlkem768_dec(unsigned char *k, const unsigned char *c, const unsigned char *sk); #endif /* MLKEM768_H */
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
main
Visibility
public
Your access
Read
Remote
None
File activity
View file history