#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 */