StupidOS/lib/crypto/falcon/falcon.h

11 lines
249 B
C
Raw Normal View History

2024-04-02 10:03:47 +00:00
#ifndef CRYPTO_FALCON_H
# define CRYPTO_FALCON_H 1
# define FALCON512_PUBLICKEY_BYTES 897
# define FALCON512_PRIVATEKEY_BYTES 1281
# define FALCON1024_PUBLICKEY_BYTES 1793
# define FALCON1024_PRIVATEKEY_BYTES 2305
#endif /* !CRYPTO_FALCON_H */