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
/
sntrup761.h
File editor
#ifndef SNTRUP761_H #define SNTRUP761_H #define crypto_kem_sntrup761_PUBLICKEYBYTES 1158 #define crypto_kem_sntrup761_SECRETKEYBYTES 1763 #define crypto_kem_sntrup761_CIPHERTEXTBYTES 1039 #define crypto_kem_sntrup761_BYTES 32 int crypto_kem_sntrup761_keypair(unsigned char *pk, unsigned char *sk); int crypto_kem_sntrup761_enc(unsigned char *c, unsigned char *k, const unsigned char *pk); int crypto_kem_sntrup761_dec(unsigned char *k, const unsigned char *c, const unsigned char *sk); #endif /* SNTRUP761_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