libsignal-protocol-c  master
gen_constants.h
1 #ifndef _GEN_CONSTANTS_H__
2 #define _GEN_CONSTANTS_H__
3 
4 #define LABELSETMAXLEN 512
5 #define LABELMAXLEN 128
6 #define BUFLEN 1024
7 #define BLOCKLEN 128 /* SHA512 */
8 #define HASHLEN 64 /* SHA512 */
9 #define POINTLEN 32
10 #define SCALARLEN 32
11 #define RANDLEN 32
12 #define SIGNATURELEN 64
13 #define VRFSIGNATURELEN 96
14 #define VRFOUTPUTLEN 32
15 #define MSTART 2048
16 #define MSGMAXLEN 1048576
17 
18 #endif
19