/**
* parser-quic.h
*
* Created on 2020-11-26
* @author: qyc
*/
#ifndef PARSER_QUIC_H
#define PARSER_QUIC_H
#ifdef __cplusplus
extern "C" {
#endif
/*ret: 1 sucess*/
int quic_deprotection(const char *payload, unsigned int length, unsigned char *out, unsigned int *out_length);
int gcry_init();
}
#endif //PARSER_QUIC_H