#ifndef _GEN_CONSTANTS_H__ #define _GEN_CONSTANTS_H__ #define LABELSETMAXLEN 512 #define LABELMAXLEN 128 #define BUFLEN 1024 #define BLOCKLEN 128 /* SHA512 */ #define HASHLEN 64 /* SHA512 */ #define POINTLEN 32 #define SCALARLEN 32 #define RANDLEN 32 #define SIGNATURELEN 64 #define VRFSIGNATURELEN 96 #define VRFOUTPUTLEN 32 #define MSTART 2048 #define MSGMAXLEN 1048576 #endif